From bbbe55a60336012cfc016508e943193b4411a28d Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 7 May 2018 15:07:24 -0700 Subject: 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 --- jjb/global-macros.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'jjb/global-macros.yaml') 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 -- cgit 1.2.3-korg