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/vid/vid.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb/vid/vid.yaml') diff --git a/jjb/vid/vid.yaml b/jjb/vid/vid.yaml index 06e13255e..0591b9558 100644 --- a/jjb/vid/vid.yaml +++ b/jjb/vid/vid.yaml @@ -6,7 +6,8 @@ - gerrit-maven-clm: - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-release-version-java-daily': + mvn-params: '-Dmaven.test.skip=true' - '{project-name}-{stream}-docker-version-java-daily': docker-pom: 'pom.xml' mvn-profile: 'docker' -- cgit 1.2.3-korg