Skip to content

Commit

Permalink
Merge pull request #118 from jenkinsci/pct-0.3.0
Browse files Browse the repository at this point in the history
Update Plugin Compatibility Tester from 0.2.1 to 0.3.0
  • Loading branch information
jglick authored Oct 5, 2019
2 parents 98fe2a9 + 826e783 commit 5784bc7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ do
done

# TODO find a way to encode this in some POM so that it can be managed by Dependabot
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
version=0.3.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
cp $pct target/pct.jar

# produces: target/{megawar-*.war,pct.jar,plugins.txt,lines.txt}

0 comments on commit 5784bc7

Please sign in to comment.