diff options
author | efiacor <fiachra.corcoran@est.tech> | 2019-07-03 10:00:47 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2019-07-03 10:00:47 +0000 |
commit | 5b04633673505c1c25ac68a0fceb5aa2ff1db914 (patch) | |
tree | 7f6891097eae9498cce0da561c72c728b6a18905 | |
parent | 4de10f053cdcb14d93985e042266d65d9847042e (diff) |
Fix DMAAP datarouter maven-docker-stage
Change-Id: I145960b219bd2a6e99ed7230e1bdd15d2e25260e
Issue-ID: CIMAN-33
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
-rw-r--r-- | jjb/dmaap/dmaap-datarouter.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dmaap/dmaap-datarouter.yaml b/jjb/dmaap/dmaap-datarouter.yaml index ba7cb67be..bc83e988b 100644 --- a/jjb/dmaap/dmaap-datarouter.yaml +++ b/jjb/dmaap/dmaap-datarouter.yaml @@ -20,7 +20,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' |