diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-11-17 20:37:52 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-11-17 20:38:00 +0000 |
commit | 204e4c8e3d2a3fcb898ced19679e5d901efb3de6 (patch) | |
tree | 5d175f7b819249f367068a2af76c110668a237fa /jjb | |
parent | 502a22b9903ecfa0e22f0f96da123c738f7d5824 (diff) |
Fix default push registry
To address job error
https://jenkins.onap.org/view/dcaegen2-platform-aoadapter/job/dcaegen2-platform-aoadapter-docker-merge-master/lastBuild/console
Change-Id: Ic6320d9947817af6ae04975cc6795922e3b83d18
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1860
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global-defaults.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml index 2117c9134..7698bf594 100644 --- a/jjb/global-defaults.yaml +++ b/jjb/global-defaults.yaml @@ -62,4 +62,4 @@ container-snapshot-registry: nexus3.onap.org:10003 container-staging-registry: nexus3.onap.org:10004 # the quotes here are REQUIRED - container-push-registry: '{container-staging-registry}' + container-push-registry: '{container-snapshot-registry}' |