-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: branch-api-plugin
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