Skip to content

Commit 59b02f1

Browse files
committed
1 parent d27d0da commit 59b02f1

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

bom-weekly/pom.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020
<data-tables-api.version>2.2.2-1</data-tables-api.version>
2121
<declarative-pipeline-migration-assistant-plugin.version>1.6.5</declarative-pipeline-migration-assistant-plugin.version>
2222
<forensics-api.version>3.1.0</forensics-api.version>
23-
<github-api-plugin.version>1.321-486.vd7fa_ef919b_48</github-api-plugin.version>
23+
<!-- TODO https://github.com/jenkinsci/github-api-plugin/pull/276 -->
24+
<github-api-plugin.version>1.321-488.vcec4e6798c1c</github-api-plugin.version>
2425
<git-plugin.version>5.7.0</git-plugin.version>
2526
<junit-plugin.version>1319.v000471ca_e5e2</junit-plugin.version>
26-
<mina-sshd-api.version>2.14.0-143.v2b_362fc39576</mina-sshd-api.version>
27-
<okhttp-api-plugin.version>4.11.0-183.va_87fc7a_89810</okhttp-api-plugin.version>
27+
<!-- TODO https://github.com/jenkinsci/mina-sshd-api-plugin/pull/150 -->
28+
<mina-sshd-api.version>2.15.0-158.vc368a_4a_d8a_9a_</mina-sshd-api.version>
29+
<!-- TODO https://github.com/jenkinsci/okhttp-api-plugin/pull/235 -->
30+
<okhttp-api-plugin.version>4.11.0-189.v8c9cd3a_3d14a_</okhttp-api-plugin.version>
2831
<pipeline-maven-plugin.version>1508.v347c4b_692202</pipeline-maven-plugin.version>
2932
<pipeline-model-definition-plugin.version>2.2247.va_423189a_7dff</pipeline-model-definition-plugin.version>
3033
<pipeline-stage-view-plugin.version>2.37</pipeline-stage-view-plugin.version>
@@ -59,7 +62,8 @@
5962
<dependency>
6063
<groupId>com.coravy.hudson.plugins.github</groupId>
6164
<artifactId>github</artifactId>
62-
<version>1.42.0</version>
65+
<!-- TODO https://github.com/jenkinsci/github-plugin/pull/394 -->
66+
<version>1.42.1-rc849.d58d1038f861</version>
6367
</dependency>
6468
<dependency>
6569
<groupId>com.paul8620.jenkins.plugins</groupId>
@@ -1124,7 +1128,8 @@
11241128
<dependency>
11251129
<groupId>org.jenkins-ci.plugins</groupId>
11261130
<artifactId>github-oauth</artifactId>
1127-
<version>650.v0c171ce57f6b_</version>
1131+
<!-- TODO https://github.com/jenkinsci/github-oauth-plugin/pull/293 -->
1132+
<version>651.v269dd0fd03e3</version>
11281133
</dependency>
11291134
<dependency>
11301135
<groupId>org.jenkins-ci.plugins</groupId>
@@ -1526,7 +1531,8 @@
15261531
<dependency>
15271532
<groupId>org.jenkins-ci.plugins</groupId>
15281533
<artifactId>sonar</artifactId>
1529-
<version>2.18</version>
1534+
<!-- TODO https://github.com/SonarSource/sonar-scanner-jenkins/pull/314 -->
1535+
<version>2.18.1-20250327.154543-2</version>
15301536
</dependency>
15311537
<dependency>
15321538
<groupId>org.jenkins-ci.plugins</groupId>
@@ -1627,7 +1633,8 @@
16271633
<dependency>
16281634
<groupId>org.jenkins-ci.plugins</groupId>
16291635
<artifactId>view-job-filters</artifactId>
1630-
<version>397.v40fdeff8da_48</version>
1636+
<!-- TODO https://github.com/jenkinsci/view-job-filters-plugin/pull/95 -->
1637+
<version>399.v6c4e35dfa_1db_</version>
16311638
</dependency>
16321639
<dependency>
16331640
<groupId>org.jenkins-ci.plugins</groupId>

pct.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ if ! [[ $PLUGINS =~ blueocean || $PLUGINS =~ lockable-resources || $PLUGINS =~ p
2121
fi
2222

2323
# Tracked by .github/renovate.json
24-
JTH_VERSION=2422.veb_6b_5e5c5701
24+
# TODO https://github.com/jenkinsci/jenkins-test-harness/pull/941
25+
JTH_VERSION=2426.v4e955fa_a_7eb_8
2526
if [[ $LINE == weekly ]]; then
2627
PCT_D_ARGS+="-Djenkins-test-harness.version=${JTH_VERSION} "
2728
fi

prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euxo pipefail
33
cd "$(dirname "${0}")"
44

5-
mvn clean install ${SAMPLE_PLUGIN_OPTS:-}
5+
mvn clean install -P!no-snapshots-in-release ${SAMPLE_PLUGIN_OPTS:-}
66

77
ALL_LINEZ=$(
88
echo weekly

sample-plugin/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<properties>
1515
<changelist>999999-SNAPSHOT</changelist>
1616
<bom>weekly</bom>
17-
<jenkins.version>2.503</jenkins.version>
17+
<!-- TODO https://github.com/jenkinsci/jenkins/pull/10461 -->
18+
<jenkins.version>2.504-rc36440.6dde1f376630</jenkins.version>
1819
<spotless.check.skip>false</spotless.check.skip>
1920
</properties>
2021
<dependencyManagement>

0 commit comments

Comments
 (0)