bitbucket-branch-source-plugin
bitbucket-branch-source-plugin copied to clipboard
Bitbucket Branch Source Plugin
### What feature do you want to see added? Currently the bitbucket branch source plugin doesn't allow select a Key Vault credential when we are creating a new Bitbucket Team/Project...
### Jenkins and plugins versions report Environment ```text Jenkins: 2.319.3 Bitbucket Branch Source Plugin: 751.vda_24678a_f781 ``` ### What Operating System are you using (both controller, and any agents involved in...
### Version report Jenkins and plugins versions report: Jenkins LTS 2.303.2 Pipeline Multibranch plugin 2.26 (https://plugins.jenkins.io/workflow-multibranch) Bitbucket Branch Source plugin 2.9.11 and many others... Bitbucket: DataCenter edition, LTS 7.6.2 Post...
### Your checklist for this pull request - [x] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side) and not your master branch! - [x] Ensure that...
When we have hit the rate limits for Bitbucket API it slows everything down to a crawl. Also other API requests (such as getting the Jenkinsfile for multibranch pipelines) are...
### Jenkins and plugins versions report Jenkins and plugins versions report: Jenkins LTS 2.303.3 Bitbucket: v7.17.1 ### What Operating System are you using (both controller, and any agents involved in...
This PR is a follow up from #518 and #520 Signed-off-by: Alexander Falkenstern ### Your checklist for this pull request - [X] Make sure you are requesting to **pull a...
### Version report Bitbucket Server: v7.5.1 Jenkins and plugins versions report: ```bash Jenkins: 2.263.3 OS: Linux - 4.4.0-1117-aws --- ace-editor:1.1 authentication-tokens:1.4 ant:1.11 antisamy-markup-formatter:2.1 handlebars:1.1.1 apache-httpcomponents-client-4-api:4.5.13-1.0 config-file-provider:3.7.0 blueocean-autofavorite:1.2.4 bouncycastle-api:2.18 gradle:1.36 javadoc:1.6...
### Version report Jenkins Version: 2.263.3 Bitbucket Server: Atlassian Bitbucket v7.13.1 Branch Source Plugin: 2.9.8 ### Reproduction steps - Create a Bitbucket Org following documentation - Set Automatically Trigger Builds...
Adding a checkbox to avoid overwriting of _PR_ status by the _branch_ build status. Should fix #324 . We had similar problems in our pipelines where branch build can be...