From 5c7c489d38a20a274f9eb0e748ec359c7a8338e3 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Mon, 8 Feb 2021 21:51:05 -0500 Subject: [PATCH 1/1] Fix jenkins master merge job Use port number 10003 to push to docker registry Issue-ID: CPS-227 Signed-off-by: Bruno Sakoto Change-Id: Idf6b448498908f6a3cbd7b235dee8d77a24280de --- cps-application/pom.xml | 23 +++++++++++++++++++++-- cps-parent/pom.xml | 22 +++++++++++++++++++++- 2 files changed, 42 insertions(+), 3 deletions(-) diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 744efb2d2..92cff35fe 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -1,4 +1,23 @@ + + @@ -95,7 +114,7 @@ org.onap.cps.Application - nexus3.onap.org:10001/onap/cps-nf-proxy + ${docker.pushRegistry}onap/cps-nf-proxy @@ -113,7 +132,7 @@ org.onap.cps.Application - nexus3.onap.org:10001/onap/cps-and-nf-proxy + ${docker.pushRegistry}onap/cps-and-nf-proxy diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 36abc909c..00aa89e80 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -1,4 +1,23 @@ + + @@ -25,7 +44,8 @@ 3.1.0 UTF-8 /content/repositories/releases/ - nexus3.onap.org:10001/onap/cps-service + nexus3.onap.org:10003/ + ${docker.pushRegistry}onap/cps-service 4.1.3 2.3.3.RELEASE 1.8.0-beta4 -- 2.16.6