Remove hardcoded maven.test.skip 87/46487/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 7 May 2018 22:07:24 +0000 (15:07 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 7 May 2018 22:32:13 +0000 (15:32 -0700)
Remove hardcoded maven.test.skip=true property from
maven-docker-push-daily macro. Rather than adding this property
as part of the builder, we need to pass it as a "mvn-params"
from the project's JJB template.

This change will allow teams to manage the Dmaven.test.skip or
DskipTests properties better.

Change-Id: I6f5aaa35dc95255af8e1e228354e74a3463646d0
Issue-ID: CIMAN-159
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/global-macros.yaml

index 2182bf2..d7ca143 100644 (file)
@@ -57,7 +57,6 @@
           global-settings: 'global-settings'
           global-settings-type: cfp
           properties:
-            - maven.test.skip=true
             - docker.pull.registry=nexus3.onap.org:10001
             - docker.push.registry=nexus3.onap.org:10003