From cbd35e53d7d9303e14d728f231ac6532ecc561b1 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 7 May 2018 15:21:46 -0700 Subject: Move Dmaven.test.skip param (v) 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 Issue-ID: CIMAN-159 Change-Id: Ifb0d616f34730ffc0eaa9a371ad8800b7d153e50 Signed-off-by: Jessica Wagantall --- jjb/vnfsdk/vnfsdk-refrepo.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/vnfsdk/vnfsdk-refrepo.yaml') diff --git a/jjb/vnfsdk/vnfsdk-refrepo.yaml b/jjb/vnfsdk/vnfsdk-refrepo.yaml index 30c3e0750..0b07b1071 100644 --- a/jjb/vnfsdk/vnfsdk-refrepo.yaml +++ b/jjb/vnfsdk/vnfsdk-refrepo.yaml @@ -14,6 +14,7 @@ - '{project-name}-{stream}-docker-version-java-daily': docker-pom: 'vnfmarket-be/deployment/docker/docker-postgres/pom.xml' mvn-profile: 'docker' + mvn-params: '-Dmaven.test.skip=true' project: 'vnfsdk/refrepo' stream: -- cgit 1.2.3-korg