From 6345357f77177bbf1d8ad543e8a1276051e28961 Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Mon, 9 Nov 2020 18:41:34 +0200 Subject: Apply given unique docker tag to image - add input parameter to docker job and pass it to the build script (which has the requirement to use it to use it to tag any images it creates and pushes to Nexus) - this commit has no practical effect on music docker build until https://gerrit.onap.org/r/c/music/distributed-kv-store/+/114637 is merged Issue-ID: INT-1760 Signed-off-by: Lasse Kaihlavirta Change-Id: I7ed89081e7d399c46ec875659d4c022a85dbce54 --- jjb/global-templates-golang.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb/global-templates-golang.yaml') diff --git a/jjb/global-templates-golang.yaml b/jjb/global-templates-golang.yaml index 4d48b871f..c85c74ac0 100644 --- a/jjb/global-templates-golang.yaml +++ b/jjb/global-templates-golang.yaml @@ -169,7 +169,8 @@ branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' - + - integration-unique-docker-tag: + unique-docker-tag: '' scm: - gerrit-trigger-scm: refspec: '' -- cgit 1.2.3-korg