Fix docker-stage lifecycle phase 67/105967/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 14 Apr 2020 23:04:19 +0000 (19:04 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 14 Apr 2020 23:04:24 +0000 (19:04 -0400)
Missing the -D so the job is failing.

Issue-ID: POLICY-2378
Change-Id: I1108f339ad25fa39c760adec16b70db3733f8e4d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
jjb/policy/policy-apex-pdp.yaml

index 776133d..34a7a64 100644 (file)
@@ -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':