From c9d8eeec6d3d516b2a1b8aa4ac4d781fe3a2eaaa Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Wed, 3 Jul 2019 13:35:40 +0000 Subject: Fix DMAAP buscontroller maven-docker-stage Use docker:push instead of -DdockerPush Change-Id: Ifee971ba28cfd7fa2b64c523301fd593c8dba87f Issue-ID: CIMAN-33 Signed-off-by: dglFromAtt --- jjb/dmaap/dmaap-buscontroller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/dmaap/dmaap-buscontroller.yaml') diff --git a/jjb/dmaap/dmaap-buscontroller.yaml b/jjb/dmaap/dmaap-buscontroller.yaml index f43e43ac9..0ee00e2d2 100644 --- a/jjb/dmaap/dmaap-buscontroller.yaml +++ b/jjb/dmaap/dmaap-buscontroller.yaml @@ -27,7 +27,7 @@ maven-versions-plugin: true - gerrit-maven-docker-stage: build-node: ubuntu1604-docker-8c-8g - mvn-goals: 'clean package -P docker docker:build -DpushImage' + mvn-goals: 'clean package -P docker docker:build docker:push' container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' -- cgit 1.2.3-korg