From 86a7eb4a0cb5fc99d232e06eba75cd0d7b48595d Mon Sep 17 00:00:00 2001 From: shalinisudarsan <46514288+shalinisudarsan@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:18:54 -0700 Subject: [PATCH 1/8] update jenkins version to 2.555.1 update jenkins version to 2.555.1 --- sample-plugin/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 8410047b3..474961442 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -1697,6 +1697,13 @@ + + 2.555.x + + 2.555.x + 2.555.1 + + 2.541.x From 5b0342341586bdf525a18303e6bde72c8fc6a657 Mon Sep 17 00:00:00 2001 From: shalinisudarsan <46514288+shalinisudarsan@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:20:35 -0700 Subject: [PATCH 2/8] Remove previous baseline Remove previous baseline --- sample-plugin/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 474961442..077025fbd 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -1718,12 +1718,5 @@ 2.528.3 - - 2.516.x - - 2.516.x - 2.516.3 - - From 2cbf5e8df3affd522b4efeededb00ee5bc1c6d55 Mon Sep 17 00:00:00 2001 From: shalinisudarsan <46514288+shalinisudarsan@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:59:44 -0700 Subject: [PATCH 3/8] Add 2.555.x, remove 2.516.x Added 2.555.x, remove 2.516.x --- CONTRIBUTING.md | 2 +- README.md | 2 +- bom-2.516.x/pom.xml | 82 ------------------- bom-2.555.x/pom.xml | 36 ++++++++ pom.xml | 2 +- release-manager-scripts/bom-test-all-lines.sh | 2 +- 6 files changed, 40 insertions(+), 86 deletions(-) delete mode 100644 bom-2.516.x/pom.xml create mode 100644 bom-2.555.x/pom.xml diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88e619469..33c8fbfcb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ PLUGINS=structs,mailer TEST=InjectedTest bash local-test.sh optionally also passing either ``` -LINE=2.516.x +LINE=2.528.x ``` or diff --git a/README.md b/README.md index 216557b57..71f074c19 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you are interested in a Bill of Materials for Jenkins core components, see [t After [selecting your plugin’s LTS baseline](https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/): ```xml -2.516 +2.555 ${jenkins.baseline}.3 ``` diff --git a/bom-2.516.x/pom.xml b/bom-2.516.x/pom.xml deleted file mode 100644 index 1f1042bec..000000000 --- a/bom-2.516.x/pom.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - 4.0.0 - - io.jenkins.tools.bom - parent - ${changelist} - - bom-2.516.x - pom - - 6.1053.vd62fb_b_f7367b_ - 1611.v6a_00c04177b_b_ - - - - - ${project.groupId} - bom-2.528.x - ${project.version} - pom - import - - - igalg.jenkins.plugins - multibranch-build-strategy-extension - 64.v348e3c69f1f5 - - - io.jenkins.plugins - dark-theme - 574.va_19f05d54df5 - - - io.jenkins.plugins - oidc-provider - 170.v15f73e25a_e28 - - - org.jenkins-ci.plugins - cloudbees-folder - ${cloudbees-folder-plugin.version} - - - org.jenkins-ci.plugins - cloudbees-folder - ${cloudbees-folder-plugin.version} - tests - - - org.jenkins-ci.plugins - credentials - 1487.va_d001ede2c31 - - - org.jenkins-ci.plugins - envinject - 2.926.v69c9b_3896a_96 - - - org.jenkins-ci.plugins - parameterized-scheduler - 378.va_234d1c44456 - - - org.jenkins-ci.plugins - pipeline-maven - ${pipeline-maven-plugin.version} - - - org.jenkins-ci.plugins - pipeline-maven-api - ${pipeline-maven-plugin.version} - - - org.jenkins-ci.plugins - pipeline-maven-database - ${pipeline-maven-plugin.version} - - - - diff --git a/bom-2.555.x/pom.xml b/bom-2.555.x/pom.xml new file mode 100644 index 000000000..675577d05 --- /dev/null +++ b/bom-2.555.x/pom.xml @@ -0,0 +1,36 @@ + + + 4.0.0 + + io.jenkins.tools.bom + parent + ${changelist} + + bom-2.555.x + pom + + 1571.vb_423c255d6d9 + + + + + ${project.groupId} + bom-weekly + ${project.version} + pom + import + + + org.jenkins-ci.plugins.workflow + workflow-job + ${workflow-job-plugin.version} + + + org.jenkins-ci.plugins.workflow + workflow-job + ${workflow-job-plugin.version} + tests + + + + diff --git a/pom.xml b/pom.xml index bacf4be25..44e273507 100644 --- a/pom.xml +++ b/pom.xml @@ -20,9 +20,9 @@ bom-weekly + bom-2.555.x bom-2.541.x bom-2.528.x - bom-2.516.x sample-plugin diff --git a/release-manager-scripts/bom-test-all-lines.sh b/release-manager-scripts/bom-test-all-lines.sh index 34f0e9fa6..3b181a08c 100755 --- a/release-manager-scripts/bom-test-all-lines.sh +++ b/release-manager-scripts/bom-test-all-lines.sh @@ -9,6 +9,6 @@ if [[ $# -ne 1 ]]; then fi ${HERE}/bom-line-test.sh weekly $1 +${HERE}/bom-line-test.sh 2.551.x $1 ${HERE}/bom-line-test.sh 2.541.x $1 ${HERE}/bom-line-test.sh 2.528.x $1 -${HERE}/bom-line-test.sh 2.516.x $1 From 991bff5baec266fd93691f05f81d67f0b77e1fe5 Mon Sep 17 00:00:00 2001 From: shalinisudarsan <46514288+shalinisudarsan@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:10:25 -0700 Subject: [PATCH 4/8] Update version for deprecated baseline Updated version for deprecated baseline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71f074c19..c08d9d804 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ When an older Jenkins version is used, then the matching older version of the pl | bom-2.479.x | 5054.v620b_5d2b_d5e6 | First LTS to require Java 17 | | bom-2.492.x | 5473.vb_9533d9e5d88 | | | bom-2.504.x | 5983.v443959746f1f | | +| bom-2.516.x | 6210.v69ea_fd8a_f010 | | The latest versions of all BOM lines are available from the [Jenkins artifact repository](https://repo.jenkins-ci.org/public/io/jenkins/tools/bom). From 4dd2965fa910e71a411cc7c37cb9d7e49fbb802c Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 30 Mar 2026 10:33:02 -0600 Subject: [PATCH 5/8] Move workflow-job pin from 2.541.x to 2.555.x Latest release of workflow-job depends on 2.556 --- bom-2.541.x/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/bom-2.541.x/pom.xml b/bom-2.541.x/pom.xml index 3b1b5ee57..478c17e1d 100644 --- a/bom-2.541.x/pom.xml +++ b/bom-2.541.x/pom.xml @@ -20,17 +20,6 @@ pom import - - org.jenkins-ci.plugins.workflow - workflow-job - ${workflow-job-plugin.version} - - - org.jenkins-ci.plugins.workflow - workflow-job - ${workflow-job-plugin.version} - tests - From be06317fb65bb0b486bca96d560eb50b02cda64f Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 30 Mar 2026 10:33:22 -0600 Subject: [PATCH 6/8] Use Jenkins 2.555 weekly until release of 2.555.1 --- sample-plugin/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 077025fbd..f53f1fd6a 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -1701,7 +1701,8 @@ 2.555.x 2.555.x - 2.555.1 + + 2.555 From 7df91e8c31b0c420487a3d6088b99a0f6299e14f Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 30 Mar 2026 10:44:16 -0600 Subject: [PATCH 7/8] Inherit from BOM 2.555.x into bom-2.541.x Co-authored-by: Kris Stern <88480540+krisstern@users.noreply.github.com> --- bom-2.541.x/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom-2.541.x/pom.xml b/bom-2.541.x/pom.xml index 478c17e1d..fc031b338 100644 --- a/bom-2.541.x/pom.xml +++ b/bom-2.541.x/pom.xml @@ -15,7 +15,7 @@ ${project.groupId} - bom-weekly + bom-2.555.x ${project.version} pom import From dc7d10f174d1665c5c92373771dad321e9c9b046 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 30 Mar 2026 10:57:28 -0600 Subject: [PATCH 8/8] Use oldest line in documentation example Avoids issue that .3 release of newest line is not available --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c08d9d804..a14c2f535 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you are interested in a Bill of Materials for Jenkins core components, see [t After [selecting your plugin’s LTS baseline](https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/): ```xml -2.555 +2.528 ${jenkins.baseline}.3 ```