Skip to content

Commit

Permalink
Merge branch 'master' into add-dockerhub-notification
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Oct 27, 2023
2 parents 9a685b5 + 495858f commit ee9b69e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<scm-api-plugin.version>676.v886669a_199a_a_</scm-api-plugin.version>
<subversion-plugin.version>2.17.3</subversion-plugin.version>
<workflow-api-plugin.version>1283.v99c10937efcb_</workflow-api-plugin.version>
<workflow-cps-plugin.version>3805.v769b_b_74b_db_14</workflow-cps-plugin.version>
<workflow-cps-plugin.version>3806.va_3a_6988277b_2</workflow-cps-plugin.version>
<workflow-job-plugin.version>1360.vc6700e3136f5</workflow-job-plugin.version>
<workflow-multibranch-plugin.version>756.v891d88f2cd46</workflow-multibranch-plugin.version>
<workflow-step-api-plugin.version>639.v6eca_cd8c04a_a_</workflow-step-api-plugin.version>
Expand Down Expand Up @@ -737,7 +737,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-build-step</artifactId>
<version>505.v5f0844d8d126</version>
<version>516.v8ee60a_81c5b_9</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -864,7 +864,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>support-core</artifactId>
<version>1356.vd0f980edfa_46</version>
<version>1362.vf5fe14238165</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
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=1368.v5c66da_15147e
pct_version=1389.v454e3e8ec12a_
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 ee9b69e

Please sign in to comment.