Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jun 21, 2024
1 parent f5c3f3a commit 7e19860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prep-pct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ set -euxo pipefail
cd "$(dirname "${0}")"

# Tracked by .github/renovate.json
pct_version=1453.vfa_085a_2a_9190
# TODO https://github.com/jenkinsci/plugin-compat-tester/pull/676
pct_version=1474.v9f89263f6b_f9
pct="$(mvn -Dexpression=settings.localRepository -q -DforceStdout help:evaluate)/org/jenkins-ci/tests/plugins-compat-tester-cli/${pct_version}/plugins-compat-tester-cli-${pct_version}.jar"
[ -f "${pct}" ] || mvn dependency:get -Dartifact=org.jenkins-ci.tests:plugins-compat-tester-cli:${pct_version}:jar -DremoteRepositories=repo.jenkins-ci.org::default::https://repo.jenkins-ci.org/public/,incrementals::default::https://repo.jenkins-ci.org/incrementals/ -Dtransitive=false
cp "${pct}" target/pct.jar
Expand Down

0 comments on commit 7e19860

Please sign in to comment.