summaryrefslogtreecommitdiffstats
path: root/jjb/externalapi
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-07 15:13:16 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-05-07 16:34:18 -0700
commit806ab87c5aadfba18f4f908a535db84614dc0146 (patch)
treed224dd4b96e7479eb5d861fc7e5e730b2e8e99bd /jjb/externalapi
parentbbbe55a60336012cfc016508e943193b4411a28d (diff)
Move Dmaven.test.skip param (a-e)
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: I0f2e0d681734939f4e9b7d07faca33cc4a0da2b9 Issue-ID: CIMAN-159 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/externalapi')
-rw-r--r--jjb/externalapi/externalapi-nbi.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/externalapi/externalapi-nbi.yaml b/jjb/externalapi/externalapi-nbi.yaml
index 592a886ad..b1884031c 100644
--- a/jjb/externalapi/externalapi-nbi.yaml
+++ b/jjb/externalapi/externalapi-nbi.yaml
@@ -10,6 +10,7 @@
- '{project-name}-{stream}-docker-version-java-daily':
docker-pom: 'pom.xml'
mvn-profile: 'docker'
+ mvn-params: '-Dmaven.test.skip=true'
project: 'externalapi/nbi'
stream:
- 'master':