Skip to content

Commit

Permalink
Picking up jenkinsci/plugin-compat-tester#198 to reduce log spam.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 26, 2019
1 parent b099e6b commit 453f3d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 453f3d3

Please sign in to comment.