-
Bug
-
Resolution: Fixed
-
Minor
-
None
When you go to delete a multibranch folder that is using Github as a branch source - you will see a message "delete repository".
This is usually alarming as the access token used often has permissions to actually do this, but this is not the intent.
This is due to the Pronoun for GithubSCMSource being "Repository".
This is then used in https://github.com/jenkinsci/cloudbees-folder-plugin/blob/cloudbees-folder-6.7/src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder/tasks-new.properties
which ends up with the scary looking:
- is caused by
-
JENKINS-38987 SCMHead/SCMSource/SCMNavigator need getPronoun() to assist contextual naming
- Closed
- links to