Joseph Petersen
Joseph Petersen
Feels like the prism-api-plugin has too many deps. And has [custom css](https://github.com/jenkinsci/prism-api-plugin/blob/main/src/main/webapp/css/custom-prism.css) wihch applies to analysis plugin? I would hope that it simply provided prism but it grabs four other...
okay theme selection maybe. But why depend on bootstrap and font-awesome for theme selection? Not sure about this plugin-util api I suspect for theme selection it was not needed. Not...
Looking at the install size of bootstrap plugin and font awesome, I guess it is fine. https://plugins.jenkins.io/bootstrap5-api/ https://plugins.jenkins.io/font-awesome-api/
file order should already be taken into account
You can also just put the certificates under: `${JENKINS_HOME}/update-center-rootCAs/`
The way it would be possible is to have the old yaml file stored somewhere so you can compare the two to see what was removed and then apply the...
You usually have to go block by block. We do offer a export feature, so could take the entire agent blocks and bob's your uncle. https://github.com/jenkinsci/configuration-as-code-plugin/blob/master/docs/features/configExport.md Why can't you migrate...
I think we would be best served with having the Configuration source be extensible and that configuration-as-code exposes an extension and we would also provide said extension in a separate...
We could even move the existing configuration sources to an internal extension to keep compatibility
I think what @oleg-nenashev meant is to control system properties that Jenkins reads. So instead of this in a docker image ``` ENV JAVA_OPTS="-Dhudson.model.DirectoryBrowserSupport.CSP=\"sandbox allow-same-origin allow-scripts; default-src 'self'; script-src 'self'...