From: Jessica Wagantall Date: Mon, 7 May 2018 22:07:24 +0000 (-0700) Subject: Remove hardcoded maven.test.skip X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=bbbe55a60336012cfc016508e943193b4411a28d Remove hardcoded maven.test.skip 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 --- diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index 2182bf2b2..d7ca14378 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -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