summaryrefslogtreecommitdiffstats
path: root/jjb/so/so.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-07 15:20:42 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-07 23:54:17 +0000
commitf2723a4f817346032f60f285692da221e7de8124 (patch)
treebdf08869390bc46afef67432e668bcb23ebb6e37 /jjb/so/so.yaml
parentda0d726e12c4e77608b34a31f93f4197442dcc77 (diff)
Move Dmaven.test.skip param (s-u)
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: I7fd34114a45b0b36158e05a1be09ebc4d861d96e Issue-ID: CIMAN-159 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/so/so.yaml')
-rw-r--r--jjb/so/so.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml
index 3e8efc7ab..99db60f8e 100644
--- a/jjb/so/so.yaml
+++ b/jjb/so/so.yaml
@@ -19,6 +19,7 @@
- '{project-name}-{stream}-docker-version-java-daily':
docker-pom: 'pom.xml'
mvn-profile: 'docker'
+ mvn-params: '-Dmaven.test.skip=true'
project: 'so'
stream:
- 'master':