From 345956b525b0f67e94a1be92117ee75b9b6d8a75 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Fri, 28 Apr 2017 08:45:52 -0700 Subject: Add the docker.push info to merge job The docker.push parameter was missing and therefore it was not possible to push the docker images when there was a merge. This was crashing the jenkins job Change-Id: I8d428bb5b40ccbcbbefc14cb49a5926779496998 Signed-off-by: Determe, Sebastien (sd378r) --- jjb/global-templates-java.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jjb') diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml index 49f9a0cf9..10f319a29 100644 --- a/jjb/global-templates-java.yaml +++ b/jjb/global-templates-java.yaml @@ -565,6 +565,9 @@ settings-type: cfp global-settings: 'global-settings' global-settings-type: cfp + properties: + - docker.pull.registry=nexus3.onap.org:10001 + - docker.push.registry=nexus3.onap.org:10003 publishers: - infra-shiplogs: -- cgit 1.2.3-korg