Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
The xunit plugin contains tabular markup on some form elements and will probably present issues with the tables-to-divs changes in https://issues.jenkins-ci.org/browse/JENKINS-62437
At least the following files may be affected:
- https://github.com/jenkinsci/throttle-concurrent-builds-plugin/blob/master/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/global.jelly
- https://github.com/jenkinsci/throttle-concurrent-builds-plugin/blob/master/src/test/java/hudson/plugins/throttleconcurrents/ThrottleJobPropertyTest.java
Some migration recipes can be found on https://www.jenkins.io/doc/developer/views/table-to-div-migration/
Attachments
Issue Links
- is duplicated by
-
JENKINS-64386 throttle-concurrent-builds-plugin UI broken after 2.264
-
- Resolved
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | JENKINS-62437 [ 206431 ] |
Component/s | throttle-concurrent-builds-plugin [ 15745 ] | |
Component/s | xunit-plugin [ 15636 ] |
Component/s | promoted-builds-plugin [ 15567 ] | |
Component/s | throttle-concurrent-builds-plugin [ 15745 ] |
Component/s | throttle-concurrent-builds-plugin [ 15745 ] | |
Component/s | promoted-builds-plugin [ 15567 ] |
Remote Link | This issue links to "jenkinsci/throttle-concurrent-builds-plugin#96 (Web Link)" [ 26414 ] |
Assignee | Jim Klimov [ jimklimov ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Summary | throttle-concurrent-builds plugin may break with the tables to divs changes | Throttle Concurrent Builds UI broken after tables-to-divs changes |
Labels | tables-to-divs-regression |
Link |
This issue is duplicated by |
Status | Resolved [ 5 ] | Fixed but Unreleased [ 10203 ] |
Summary | Throttle Concurrent Builds UI broken after tables-to-divs changes | Throttle Concurrent Builds UI broken after <table> to <div> layout migration |
Released As | 2.1 | |
Status | Fixed but Unreleased [ 10203 ] | Resolved [ 5 ] |
The form changes were merged into the Jenkins master branch as of v2.264, so the plugin may be affected from this version on.