summaryrefslogtreecommitdiffstats
path: root/jjb/modeling
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-07 15:20:04 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-07 16:34:46 -0700
commitda0d726e12c4e77608b34a31f93f4197442dcc77 (patch)
tree331683c9277989750bc53d3b8060461ac380f310 /jjb/modeling
parent806ab87c5aadfba18f4f908a535db84614dc0146 (diff)
Move Dmaven.test.skip param (h-m)
Rather than hardcoding this parameter as part of the maven-docker-push-daily macro, we are passing it as a "mvn-params" parameter from the project's JJB template. Notice that this change IS NOT adding "Dmaven.test.skip=true" but rather moving it away from the macro into the project's template to handle it individually per project. Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb Change-Id: I71a93ca778817448d7b8772fd32fd7cc87460d35 Issue-ID: CIMAN-159 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/modeling')
-rw-r--r--jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml b/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml
index 40db4d120..53350d0af 100644
--- a/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml
+++ b/jjb/modeling/modeling-toscaparsers-javatoscachecker.yaml
@@ -23,6 +23,7 @@
setVersion: 'DontSetVersion'
docker-pom: 'javatoscachecker/pom.xml'
mvn-profile: 'docker'
+ mvn-params: '-Dmaven.test.skip=true'
maven-properties: |
skip.docker.build=false
skip.docker.tag=false