summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-14 19:04:19 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-14 19:04:24 -0400
commit038df89766e3b4da0df92538bdad19938d75b10f (patch)
tree1f3d5d1b86154af4eb172345355678b4e6518e1c /jjb
parent11190604e9832a53776c4de02e9729587cbf4332 (diff)
Fix docker-stage lifecycle phase
Missing the -D so the job is failing. Issue-ID: POLICY-2378 Change-Id: I1108f339ad25fa39c760adec16b70db3733f8e4d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/policy/policy-apex-pdp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/policy/policy-apex-pdp.yaml b/jjb/policy/policy-apex-pdp.yaml
index 776133db3..34a7a6448 100644
--- a/jjb/policy/policy-apex-pdp.yaml
+++ b/jjb/policy/policy-apex-pdp.yaml
@@ -21,7 +21,7 @@
- gerrit-maven-docker-stage:
build-node: ubuntu1804-docker-8c-8g
maven-versions-plugin: true
- mvn-params: '-P docker maven.test.skip=true'
+ mvn-params: '-P docker -Dmaven.test.skip=true'
container-public-registry: 'nexus3.onap.org:10001'
container-staging-registry: 'nexus3.onap.org:10003'
- '{project-name}-gerrit-release-jobs':