-
Bug
-
Resolution: Duplicate
-
Major
Bitbucket Branch Source Plugin versions 2.2.x cannot select a repository that you are a contributor to. It only loads repositories from teams you're a member of, or individual repos that you are the Owner of. But if you are a Contributor to a private, personal Bitbucket repo the Branch Source Plugin will not populate it in the dropdown list.
The Relevant code appears to be here:
https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/02d08f53fee450bea3295db5d914d90ae3fa7b75/src/main/java/com/cloudbees/jenkins/plugins/bitbucket/BitbucketSCMSource.java#L1156-L1159
My Jenkins install is covered in warnings and errors because I can't update anything if I can't build the repositories I need to on the update.
- duplicates
-
JENKINS-45836 Repositories you contribute to but don't own won't appear in Branch Source Plugin
- Resolved