Releases: jenkinsci/bitbucket-branch-source-plugin
Releases Β· jenkinsci/bitbucket-branch-source-plugin
v2.9.0 π
This release includes several fixes related to BitBucket v7 support for PR building.
See the user guide's BitBucket Server 7 compatibility section for details.
π Bug Fixes
- JENKINS-57775 - JENKINS-62780 - Handle PRs from/to non existing src/dest (#322) @Dohbedoh
- add support for server event
pr:from_ref_updated
. (#309) @mattiassluis - Fix CHANGE_AUTHOR and CHANGE_AUTHOR_DISPLAY_NAME (#325) @jglick
- Fix no longer supported git PR refs (#294) @viceice
v2.8.0 π
Support for OAuth authentication is now supported on Bitbucket Cloud sources.
π New features and improvements
- JENKINS-60751 - Add listener to new bitbucket events (#291) @drg2
- Allow to override timeout in case of slow network (#292) @AlbanAndrieu
- add OAuth authentication (#262) @kurddt
π Bug Fixes
- PRs without a valid destination branch no longer break SCM scanning. (#283) @ghunteranderson
π¦ Dependency updates
- bump parent pom (#299) @jetersen
- Bump checkstyle from 8.18 to 8.29 (#281) @dependabot
π Documentation updates
v2.7.0 π
π New features and improvements
- add max pagelen of 100 to /refs/branches call (#277) @Twb3
- Added condition for 403 HTTP Status (#274) @alexanderrtaylor
- more verbose in build status notification exception (#265) @jfroche
- JENKINS-45504 - Add @symbol annotations to traits (#257) @darxriggs
π Bug Fixes
- fix Job DSL by adding a DataboundSetter it can understand (#278) @Casz
- Fix NullPointerException and Concurrency Issues (#244) @2improveIT
- Fixing NullPointerExceptions in PullRequests (#245) @2improveIT
π» Maintenance
- Moving docs from docs.cloudbees.com (#272) @amuniz
- Make common traits consistent with github-branch-source-plugin (#256) @darxriggs
- Improve pom.xml (#255) @darxriggs
v2.6.0 π
π New features and improvements
- Add PR's title into PullRequestSCMHead (#227) @LinuxSuRen
- Add support for Avatars for authenticated teams/projects (#240) @mlasevich
- Set the page length to the max allowed for Bitbucket Cloud REST APIs (#241) @nfalco79
π Bug Fixes
- Keep bitbucket credentials with proxy (#248) @ca-stefan-cordes
- JENKINS-59553 - Automatic hook registration use different scoped REST path on update (#232) @nfalco79
π¦ Dependency updates
- Bump checkstyle from 8.17 to 8.18 (#236) @dependabot
π» Maintenance
v2.5.0 π
π New features and improvements
- JENKINS-57516 - Support tag creation on tag push (#230) @sheldonrong
π» Maintenance
v2.4.6 π
Added some quality of life for the HTTP client strategies.
π Features
- 5 second ConnectionKeepAliveStrategy (#218) @alanjcastonguay
- Retry idempotent requests. (#214) @timpeeters
π» Maintenance
- fix checkstyle line separator to lf (#219) @Casz
- File formatting improvements (#207) @darxriggs
v2.4.5 π
v2.4.4
Changes
π Bug Fixes
- JENKINS-56926 Restore support of Jenkinsfile located in subdirectory (#180) @alexey-pelykh
v2.4.3
Changes
π Features
- Use unified build status key with exclude origin PR Branches strategy (#172) @JeanChristopheMorinPerso
π Bug Fixes
- JENKINS-48737 Fixing lightweight pull request checkouts, also for files in subdirectories (#174) @seb-lie
- JENKINS-56322 local domain validation (#173) @fonsecas72
π» Maintenance
v2.4.2
Changes
- JENKINS-46094 "Checkout over SSH" fails the build since it still uses HTTPS urls (#170) @bitwiseman