-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 2.264. Able to recreate in chrome and firefox.
-
-
branch-api 2.6.3, cloudbees-folder 6.15
Clicking on a source type on a new item doesn't display the SCM form.
After clicking the GitHub (or other source types) the dropdown menu closes and the form is not displayed.
Expected: Click on GitHub in the Branch Sources dropdown menu and the GitHub form pops up.
See attachment.
- causes
-
JENKINS-64164 Single branch source multibranch pipeline fails to create on 2.264 and later
-
- Closed
-
- is related to
-
JENKINS-62825 Branch-API plugin may break with the tables to divs
-
- Resolved
-
-
JENKINS-64072 Configure UI completely broken after upgrade to 2.264
-
- Closed
-
- links to
(1 links to)
[JENKINS-64069] Unable to select a branch source when creating new multi-branch item.
Assignee | New: Tim Jacomb [ timja ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Component/s | New: branch-api-plugin [ 18621 ] |
Link |
New:
This issue is related to |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Link |
New:
This issue is related to |
this (https://github.com/jenkinsci/branch-api-plugin/blob/master/src/main/resources/lib/branch-api/branchSourceSelector.jelly) seems to be a customised version of hetero-list, and some change probably needs to be ported from core. Here's my branch with where I got to but it didn't seem to help: https://github.com/jenkinsci/branch-api-plugin/compare/master...timja:JENKINS-64069-tables-to-divs?expand=1
help wanted
, I'll try look again tomorrow or later on.