-
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
[JENKINS-64142] rundeck plugin jenkins job configuration file can not save
Description |
Original:
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) |
New:
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. |
Component/s | New: core [ 15593 ] | |
Component/s | Original: jenkins-test-harness [ 21462 ] |
Labels | New: tables-to-divs-regression |
Component/s | New: rundeck-plugin [ 15941 ] |
Epic Link | New: JENKINS-62437 [ 206431 ] |
Environment |
Original:
centos jenkins version 2.265 |
New:
centos
jenkins version 2.265, 2.266 |
Description |
Original:
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. |
New:
h1. Report all issues with a complete plugin list
{code} 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/ /:/' {code} h2. 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 h2. 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. |
Link |
New:
This issue is related to |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |