-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
[JENKINS-75174] Move existing web.xml
to web-fragment.xml
under core
#10185
Conversation
Please take a moment and address the merge conflicts of your pull request. Thanks! |
Does this affect PCT? i.e is a bom build needed? |
Yes, I will need a patch on pct repo as well to pick up jenkinsci/jenkins-test-harness#899 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pity that Git rename detection fails when you keep a relatively unrelated file under the original name.
Please take a moment and address the merge conflicts of your pull request. Thanks! |
This change would need a BOM build with jenkinsci/plugin-compat-tester#746 |
Ideally a release of https://github.com/jenkinsci/plugin-pom should be cut, in order to maximize plugin compatibility with this change and avoid surprises as plugin authors will pick up this jenkins line. |
you should be able to do that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/label ready-for-merge
This PR is now ready for merge, after ~24 hours, we will merge it if there's no negative feedback.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
… under core (jenkinsci#10185)" This reverts commit 365d03e, reversing changes made to 5aca30a.
…` under core (jenkinsci#10185)" (jenkinsci#10225) This reverts commit 6109053.
As this impacts only EOM integrators (CloudBees), I deliberately omitted changelog. Please let me know if you think otherwise.
test
module successful.Plugin authors : if you intend to depend on a Jenkins version including this change, you must use a compatible version of jenkins-test-harness. The easies way for that is to use plugin parent pom 5.6 or later.
See JENKINS-75174.
Testing done
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
Desired reviewers
@mention
Before the changes are marked as
ready-for-merge
:Maintainer checklist