-
Bug
-
Resolution: Fixed
-
Minor
-
centos
jenkins version 2.265, 2.266
Report all issues with a complete plugin list
JENKINS_HOST=username:password@myhost.com:port
curl -sSL "http://$JENKINS_HOST/pluginManager/api/xml?depth=1&xpath=/*/*/shortName|/*/*/version&wrapper=plugins" | perl -pe 's/.*?<shortName>([\w-]+).*?<version>([^<]+)()(<\/\w+>)+/\1 \2\n/g'|sed 's/ /:/'
Check if your plugin already has an issue reported https://issues.jenkins.io/browse/JENKINS-64184?filter=22840 (artifactory plugin is https://github.com/jfrog/jenkins-artifactory-plugin/issues/350
If you know which plugin is causing the issue report a new issue, including steps to reproduce and screenshots and label it with 'tables-to-divs-regression'
After updating jenkins war to 2.265
When i manually visit through the UI and edit our build configuration files
The html formatting of the configuration page is not correct
And i can not even save the configuration file (without making any changes)
There is nothing obvious log output from the /var/logs/jenkins log file.
- is related to
-
JENKINS-64228 Content Replace Plugin breaks job config post jenkins 2.264
- Resolved
- links to