-
Bug
-
Resolution: Fixed
-
Minor
If you create a second pipeline job against the same github repository, Jenkins will detect that there is a naming conflict and prompt you to enter a unique name. However, it's not possible to enter any text into the input box.
Jenkins 2.107.1.1
Blue Ocean plugin: 1.4.2
Steps to reproduce:
- Create a new Pipeline
- Select Github
- Select an organisation
- Select a repository
- Create the pipeline
- Create a second pipeline
- Select Github
- Select the same organisation as in step 3
- Select the same repository as in step 4
- Jenkins detects the naming conflict and prompts for a unique name, but you cannot enter anything into the text box
- links to
Reading the cloudbees notes, this has been fixed already, so closing