diff options
author | 2017-11-29 16:53:36 -0800 | |
---|---|---|
committer | 2018-01-09 10:24:23 -0800 | |
commit | 640a4e231f3336cb06c611d88c6e8fed8976274b (patch) | |
tree | d8f944a4f6ba86aba92ec748abe4906fb4b35a27 /jjb/global | |
parent | b74ac9b3ce17ba5057684588ebbf8d95465b7482 (diff) |
Docker Builds from Git Tag
Facilitates the creation of docker images from tags pushed to Gerrit,
which should remove the need to manually trigger 'tagged' builds.
Fixes a typo in the 'gerrit-trigger-tag-created' macro,
replaces 'RELEASE_VERSION' with 'GERRIT_REFNAME', and adds the
tag-trigger to docker builds.
Change-Id: I6d8f8f34b1c51d74bb98211dfae21c37cf9356fa
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/releng-macros.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index d554f4172..c8fcca670 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -141,7 +141,7 @@ - gerrit: server-name: 'gerrit.opnfv.org' trigger-on: - - ref-updated + - ref-updated-event projects: - project-compare-type: 'ANT' project-pattern: '{project}' |