jenkinsci / configuration-as-code-plugin

Jenkins Configuration as Code Plugin
https://plugins.jenkins.io/configuration-as-code
MIT License
2.7k stars 720 forks source link

stay compatible for PCT #2552

Closed mawinter69 closed 2 months ago

mawinter69 commented 2 months ago

PCT leads to a mixture of plugin version and test-harness version. So the test will use the old newSource but the plugin expects value for the checkUrl parameter.

This change will stay with newSource as parameter but still removes the inline javascript.

fixes the problems with updating the jenkins/bom as mentioned in #2551

Your checklist for this pull request

🚨 Please review the guidelines for contributing to this repository.

basil commented 2 months ago

Many thanks @mawinter69! Keeping PCT clean is of great importance for me as I land the EE 9 project in the coming weeks, so this is highly appreciated.