diff options
author | dglFromAtt <dgl@research.att.com> | 2019-07-03 13:35:40 +0000 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2019-07-03 13:38:12 +0000 |
commit | c9d8eeec6d3d516b2a1b8aa4ac4d781fe3a2eaaa (patch) | |
tree | 8c471d548a1531e5c73e91d3d5e49ebbf20881eb /jjb | |
parent | 4de10f053cdcb14d93985e042266d65d9847042e (diff) |
Fix DMAAP buscontroller maven-docker-stage
Use docker:push instead of -DdockerPush
Change-Id: Ifee971ba28cfd7fa2b64c523301fd593c8dba87f
Issue-ID: CIMAN-33
Signed-off-by: dglFromAtt <dgl@research.att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/dmaap/dmaap-buscontroller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |