-
Bug
-
Resolution: Fixed
-
Minor
-
None
The branch-api 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/branch-api-plugin/blob/master/src/main/resources/jenkins/branch/OrganizationChildOrphanedItemsProperty/config.jelly
- https://github.com/jenkinsci/branch-api-plugin/blob/master/src/main/resources/jenkins/branch/BranchSource/config.jelly
- https://github.com/jenkinsci/branch-api-plugin/blob/master/src/main/resources/jenkins/branch/NamedExceptionsBranchPropertyStrategy/config.jelly
- https://github.com/jenkinsci/branch-api-plugin/blob/master/src/main/resources/jenkins/branch/OrganizationFolder/configure-entries.jelly
- https://github.com/jenkinsci/branch-api-plugin/blob/master/src/main/resources/lib/branch-api/branchSourceBody.jelly
- https://github.com/jenkinsci/branch-api-plugin/blob/master/src/main/resources/jenkins/branch/BranchSource/config.jelly
Some migration recipes can be found on https://www.jenkins.io/doc/developer/views/table-to-div-migration/
- is related to
-
JENKINS-64069 Unable to select a branch source when creating new multi-branch item.
- Resolved