summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-07 15:07:24 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-07 15:32:13 -0700
commitbbbe55a60336012cfc016508e943193b4411a28d (patch)
treefaf49e6840f37a13565076241b91e7b13d2975b6 /jjb/global-macros.yaml
parentf8f030a48a3d14836352869a1cd29b12f716738b (diff)
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 <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml1
1 files changed, 0 insertions, 1 deletions
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