-
Bug
-
Resolution: Unresolved
-
Minor
-
None
The "scm buttons" (Git, Github) at the top of creation should disabled once creation begins.
Per discussion here: https://github.com/jenkinsci/blueocean-plugin/pull/869#issuecomment-283495039
Repro Steps:
- Click "New Pipeline"
- Select "Github"
- Enter Github access token (if needed)
- Select an organization
- Select "auto discover"
- Click "Create Pipeline"
Expected Results
- All form elements are disabled until creation completes (either successfully or unsuccessfully).
Actual Results
- SCM buttons "Git" and "Github" remain enabled. If clicked, they will wipe out the current creation flow.
Note: this should be implemented for Git as well.