Update baseline, BOM - #1809
Merged
Merged
Conversation
jglick
commented
Jul 20, 2026
Comment on lines
-63
to
-67
| <dependency> | ||
| <groupId>org.jenkins-ci.plugins.workflow</groupId> | ||
| <artifactId>workflow-job</artifactId> | ||
| <version>1571.1580.v18e46842c125</version> | ||
| </dependency> |
jglick
commented
Jul 20, 2026
| <groupId>io.jenkins.tools.bom</groupId> | ||
| <artifactId>bom-${jenkins.baseline}.x</artifactId> | ||
| <version>5294.va_d2e144c80e1</version> | ||
| <version>6398.v1d26a_dd495e2</version> |
jglick
commented
Jul 20, 2026
| <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> | ||
| <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> | ||
| <jenkins.baseline>2.516</jenkins.baseline> | ||
| <jenkins.baseline>2.528</jenkins.baseline> |
| <useBeta>true</useBeta> | ||
| <hpi.bundledArtifacts>diff4j,groovy-cps</hpi.bundledArtifacts> | ||
| <hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts> | ||
| <banObsoleteDependencyOverrides.skip>false</banObsoleteDependencyOverrides.skip> |
Member
Author
There was a problem hiding this comment.
There was a problem hiding this comment.
Pull request overview
Updates the plugin’s Jenkins baseline and aligns dependency management with the matching Jenkins BOM, removing a previously pinned dependency version so BOM-managed versions take effect.
Changes:
- Bump
jenkins.baselinefrom2.516to2.528(and thusjenkins.versionto${jenkins.baseline}.3). - Update the imported
io.jenkins.tools.bom:bom-${jenkins.baseline}.xversion to6398.v1d26a_dd495e2. - Remove the explicit
workflow-jobversion override fromplugin/pom.xmlso the BOM controls it.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pom.xml | Raises the Jenkins baseline (and resulting Jenkins core version property). |
| plugin/pom.xml | Updates the imported Jenkins BOM and removes the pinned workflow-job version to defer to BOM-managed versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
timja
approved these changes
Jul 21, 2026
Member
|
Anything motivating this? Still quite an old version. unsupported bom line too. https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ |
Member
Author
Closing #1807. |
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.
Supersedes #1807: #1770 (comment)