Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 28, 2023
1 parent 0a8e438 commit e674756
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<subversion-plugin.version>2.17.1</subversion-plugin.version>
<workflow-api-plugin.version>1208.v0cc7c6e0da_9e</workflow-api-plugin.version>
<workflow-cps-plugin.version>3641.vf58904a_b_b_5d8</workflow-cps-plugin.version>
<workflow-job-plugin.version>1284.v2fe8ed4573d4</workflow-job-plugin.version>
<workflow-job-plugin.version>1289.vd1c337fd5354</workflow-job-plugin.version>
<workflow-multibranch-plugin.version>733.v109046189126</workflow-multibranch-plugin.version>
<workflow-step-api-plugin.version>639.v6eca_cd8c04a_a_</workflow-step-api-plugin.version>
<workflow-support-plugin.version>839.v35e2736cfd5c</workflow-support-plugin.version>
Expand Down Expand Up @@ -455,7 +455,8 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-auth</artifactId>
<version>3.1.5</version>
<!-- TODO https://github.com/jenkinsci/matrix-auth-plugin/pull/136 -->
<version>3.1.7-rc416.ad0d7cac657a</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down
1 change: 0 additions & 1 deletion pct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ exec java \
$PCT_D_ARGS \
-DforkCount=.75C \
-Djth.jenkins-war.path="$(pwd)/megawar.war" \
-DoverrideWarAdditions=true \
-Dsurefire.excludesFile="$(pwd)/excludes.txt"

# produces: **/target/surefire-reports/TEST-*.xml
2 changes: 1 addition & 1 deletion prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for LINE in $LINEZ; do
done

# Tracked by ./updatecli/updatecli.d/plugin-compat-tester.yml
version=1286.v5a_54b_fd87db_f
version=1290.v353fb_2a_fa_b_06
pct="$($MVN -Dset.changelist -Dexpression=settings.localRepository -q -DforceStdout help:evaluate)/org/jenkins-ci/tests/plugins-compat-tester-cli/${version}/plugins-compat-tester-cli-${version}.jar"
[ -f "${pct}" ] || $MVN dependency:get -Dartifact=org.jenkins-ci.tests:plugins-compat-tester-cli:${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 e674756

Please sign in to comment.