Skip to content

Commit

Permalink
Update dependency org.jenkins-ci.tests:plugins-compat-tester-cli to v…
Browse files Browse the repository at this point in the history
…1535 (#4045)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent d922730 commit e20069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prep-pct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euxo pipefail
cd "$(dirname "${0}")"

# Tracked by .github/renovate.json
pct_version=1499.vd1b_0a_49cc79b_
pct_version=1535.vd2f0e4135820
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 e20069e

Please sign in to comment.