diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-04-28 08:45:52 -0700 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-04-28 08:47:08 -0700 |
commit | 345956b525b0f67e94a1be92117ee75b9b6d8a75 (patch) | |
tree | 7860c694a4f9f66bdfe3e8975ba3dab9a91bd3bf | |
parent | 62e4e66c4dccf1f0fbd8ace80e276e92fda7eb89 (diff) |
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) <sd378r@intl.att.com>
-rw-r--r-- | jjb/global-templates-java.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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: |