Releases: jenkinsci/bitbucket-branch-source-plugin
Releases Β· jenkinsci/bitbucket-branch-source-plugin
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