kubernetes-pipeline-plugin
kubernetes-pipeline-plugin copied to clipboard
[JENKINS-73124] MIME_TYPES should not be manipulated
This comes from https://github.com/jenkinsci/jenkins-test-harness/pull/764 when the MIME_TYPES manipulation is deprecated and should be removed in order to complete the migration to Jetty 12.
It follow up the example of https://github.com/jenkinsci/kubernetes-plugin/pull/1547.
Testing done
I ran mvn verify and no test failures were reported.
### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue