From 7a0d9ab8059456c689af382ec5517de63431df82 Mon Sep 17 00:00:00 2001 From: strangelookingnerd Date: Mon, 27 Jan 2025 11:10:12 +0100 Subject: [PATCH 1/2] Pick up jenkins-test-harness incremental --- bom-weekly/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index bb1384f73..b98b3889f 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -21,6 +21,7 @@ 2.7.0 1.321-478.vc9ce627ce001 5.7.0 + 2390.v2f27c3de6c38 1312.v1a_235a_b_94a_31 2.14.0-143.v2b_362fc39576 4.11.0-183.va_87fc7a_89810 From 4070ba47ed926677abf3a9968a16c4fc5ac1ea3c Mon Sep 17 00:00:00 2001 From: strangelookingnerd Date: Mon, 27 Jan 2025 12:41:24 +0100 Subject: [PATCH 2/2] Pick up jenkins-test-harness incremental --- pct.sh | 2 ++ prep-pct.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pct.sh b/pct.sh index 3729dfe02..4ae8995d5 100755 --- a/pct.sh +++ b/pct.sh @@ -20,6 +20,8 @@ if ! [[ $PLUGINS =~ blueocean || $PLUGINS =~ lockable-resources || $PLUGINS =~ p PCT_D_ARGS+='-DforkCount=.75C ' fi +PCT_D_ARGS+='-Djenkins-test-harness.version=2390.v2f27c3de6c38 ' + exec java \ -jar target/pct.jar \ test-plugins \ diff --git a/prep-pct.sh b/prep-pct.sh index 42ced7462..b329c9b1c 100644 --- a/prep-pct.sh +++ b/prep-pct.sh @@ -3,7 +3,7 @@ set -euxo pipefail cd "$(dirname "${0}")" # Tracked by .github/renovate.json -pct_version=1555.v44ca_e365cf51 +pct_version=1557.v74577b_72ecc2 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