-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase Jenkins version to 2.440.3 #108
Increase Jenkins version to 2.440.3 #108
Conversation
I was a little surprised by the choice of 2.440.1 as the baseline. The recommendation from the documentation is currently either 2.414.3 or 2.426.3 I'm fine with this change but was surprised. Was there a specific reason you chose this version as the base? |
There is no specific reason. The same docu https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/#currently-recommended-versions says, that it might ber used. And we have currently the same version on our productive system. And I dont want to change the version in plugin so rapidly. Therefore the highest as possible. |
Use the same pattern as is now used in the Jenkins archetype so that the Jenkins plugin BOM version uses the same version as the Jenkins minimum version. Use Jenkins 2.440.3 because it is now one of the recommended versions https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/
@mPokornyETM I've incremented the minimum Jenkins version to 2.440.3 and switched the pom file to use the |
Migh you passte here some link with the example please?. Thx |
The Jenkins plugin archetype has been updated to include a baseline version string ( A request has also been made that recommends an OpenRewrite recipe be created to perform the transformation so that it can be done more easily. That request is: This pull request is manually performing the transformation that eventually it is hoped will be done with an OpenRewrite recipe. There are already many useful OpenRewrite recipes for Jenkins in addition to the more general OpenRewrite recipes for Java development that can be used for Jenkins plugins. |
Increase Jenkins version 2.440.1 to allow next feature development
Testing done
Submitter checklist