Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ if ! [[ $PLUGINS =~ blueocean || $PLUGINS =~ lockable-resources || $PLUGINS =~ p
PCT_D_ARGS+='-DforkCount=.75C '
fi

# Tracked by .github/renovate.json
if [[ $LINE == weekly ]]; then
PCT_D_ARGS+="-Djenkins-test-harness.version=2554.v93a_806a_1d194 "
PCT_D_ARGS+='-Dhpi-plugin.version=3.1798.vcca_69b_075372 '
fi

exec java \
-Dorg.jenkins.tools.test.hook.JenkinsTestHarnessHook2.enabled \
-jar target/pct.jar \
Expand Down
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=1614.v891225c29865
pct_version=1664.va_fd657676c24
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
Empty file added weekly-test
Empty file.