-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
-
Blue Ocean 1.2-beta1, Blue Ocean 1.2-beta2, Blue Ocean 1.2-beta3
With the blue ocean creation wizard, it replaces the GithuSCMNavigator each time when there is a new pipeline added (with the new pattern). the side effect is any tweaks to branch settings are reset to the defaults (eg for building pull requests, or not...).
What should happen: should only change the pattern, no other settings.
this is addressed by https://github.com/jenkinsci/blueocean-plugin/pull/1188 - which can be completed when the new branch source stuff is released.
This also may be made redundant if we migrate away from org folders (I think 1188 is still warranted though)
- duplicates
-
JENKINS-45240 Remove organization folders
-
- Resolved
-
I think there is a second, related problem, if the user modifies the regex by hand but uses regex elements that are not in line with the pattern managed by BlueOcean, those extra regexes will be lost too.