Bump Jenkins baseline to 2.479.3 and update the plugin BOM - #287
Merged
ogulcanaydogan merged 1 commit intoJul 23, 2026
Merged
Conversation
The bom-2.479.x update to 5054.v620b_5d2b_d5e6 pulls in pipeline-stage-tags-metadata 2.2255, which requires Jenkins 2.479.3 or higher, so the baseline is raised to match. Supersedes jenkinsci#170, which bumped only the BOM and could not build. Signed-off-by: Ogulcan Aydogan <[email protected]>
ogulcanaydogan
force-pushed
the
chore/bump-jenkins-baseline-for-bom
branch
from
July 23, 2026 11:01
e32c1b6 to
98ee20d
Compare
jglick
approved these changes
Jul 23, 2026
| <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> | ||
| <jenkins.baseline>2.479</jenkins.baseline> | ||
| <jenkins.version>${jenkins.baseline}.1</jenkins.version> | ||
| <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
Member
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
bom-2.479.xupdate to5054.v620b_5d2b_d5e6pulls inpipeline-stage-tags-metadata2.2255, which requires Jenkins 2.479.3 or higher. The Dependabot bump in #170 only raised the BOM, so it failed to build with:This raises the baseline to 2.479.3 alongside the BOM update so the build passes. Supersedes #170.
Testing
mvn clean test-compilepasses against the updated BOM.