Skip to content

Commit

Permalink
Use incremental build from jenkinsci/plugin-compat-tester#382
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Nov 30, 2022
1 parent 3ae679e commit 011955a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for LINE in $LINEZ; do
done

# TODO find a way to encode this in some POM so that it can be managed by Dependabot
version=1199.vb2c7632aa27b
version=1227.v10af38bcd12f
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/,https://repo.jenkins-ci.org/incrementals/ -Dtransitive=false
cp "${pct}" target/pct.jar
Expand Down

0 comments on commit 011955a

Please sign in to comment.