From 453f3d3b4d4444c77cfa62f42f7636fad1883a16 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Thu, 26 Sep 2019 13:38:00 -0400 Subject: [PATCH] Picking up https://github.com/jenkinsci/plugin-compat-tester/pull/198 to reduce log spam. --- prep.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/prep.sh b/prep.sh index 861fc7940..7f09a0319 100644 --- a/prep.sh +++ b/prep.sh @@ -40,9 +40,10 @@ do done # TODO find a way to encode this in some POM so that it can be managed by Dependabot -version=0.2.0 -pct=$HOME/.m2/repository/org/jenkins-ci/tests/plugins-compat-tester-cli/$version/plugins-compat-tester-cli-$version.jar -[ -f $pct ] || $MVN dependency:get -Dartifact=org.jenkins-ci.tests:plugins-compat-tester-cli:$version:jar -DremoteRepositories=https://repo.jenkins-ci.org/public/ -Dtransitive=false +version=0.2.1 +timestamp=20190926.172941-2 # TODO https://github.com/jenkinsci/plugin-compat-tester/pull/198 +pct=$HOME/.m2/repository/org/jenkins-ci/tests/plugins-compat-tester-cli/${version}-SNAPSHOT/plugins-compat-tester-cli-${version}-${timestamp}.jar +[ -f $pct ] || $MVN dependency:get -Dartifact=org.jenkins-ci.tests:plugins-compat-tester-cli:${version}-${timestamp}:jar -DremoteRepositories=https://repo.jenkins-ci.org/public/ -Dtransitive=false cp $pct target/pct.jar # produces: target/{megawar-*.war,pct.jar,plugins.txt,lines.txt}