-
Bug
-
Resolution: Unresolved
-
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/authorize-project-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/authorizeproject/strategy/SpecificUsersAuthorizationStrategy/config.jelly
- https://github.com/jenkinsci/authorize-project-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/authorizeproject/AuthorizeProjectProperty/AuthorizationAction/index.jelly
- https://github.com/jenkinsci/authorize-project-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/authorizeproject/strategy/SpecificUsersAuthorizationStrategy/checkPasswordRequested.js
- https://github.com/jenkinsci/authorize-project-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/authorizeproject/AuthorizeProjectProperty/AuthorizationAction/index.jelly
Some migration recipes can be found on https://www.jenkins.io/doc/developer/views/table-to-div-migration/