Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing jenkins-test-harness#910 #4324

Closed
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
1 change: 1 addition & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<forensics-api.version>2.7.0</forensics-api.version>
<github-api-plugin.version>1.321-478.vc9ce627ce001</github-api-plugin.version>
<git-plugin.version>5.7.0</git-plugin.version>
<jenkins-test-harness.version>2390.v2f27c3de6c38</jenkins-test-harness.version>
<junit-plugin.version>1312.v1a_235a_b_94a_31</junit-plugin.version>
<mina-sshd-api.version>2.14.0-143.v2b_362fc39576</mina-sshd-api.version>
<okhttp-api-plugin.version>4.11.0-183.va_87fc7a_89810</okhttp-api-plugin.version>
Expand Down
2 changes: 2 additions & 0 deletions pct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
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=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
Expand Down