From 5c7c489d38a20a274f9eb0e748ec359c7a8338e3 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Mon, 8 Feb 2021 21:51:05 -0500 Subject: 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 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'cps-application') diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 744efb2d2f..92cff35fec 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 -- cgit 1.2.3-korg