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.
Hello
partyparrotstatus
developers! 👋This is an automated pull request created by the Jenkins Plugin Modernizer tool. The tool has applied the following recipes to modernize the plugin:
Upgrade to the latest recommended core version and ensure the BOM matches the core version
io.jenkins.tools.pluginmodernizer.UpgradeToRecommendCoreVersion
Why is this important?
Jenkins plugins declare a minimum supported Jenkins version.
The minimum Jenkins version is a useful way for plugin developers to indicate the range of Jenkins versions they are willing to support and test.
See the developer documentation to learn more about the recommended minimum Jenkins version.
The current minimum required Jenkins version is
2.462.3
, which is why this pull request has been made.If the plugin is already using the plugin bill of materials, then the bill of materials also needs to be updated with the matching
artifactId
for the minimum required Jenkins version.I can't see any change to the Jenkins version, how come?
This means your plugin POM was already using the
2.462.3
version but still required a few adjustments.Thanks for taking the time to review this PR. 🙏