From: Determe, Sebastien (sd378r) Date: Fri, 28 Apr 2017 15:45:52 +0000 (-0700) Subject: Add the docker.push info to merge job X-Git-Tag: 1.0.0-Amsterdam~504^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F3763%2F1;p=ci-management.git 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) --- 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: