Releases: jenkinsci/bitbucket-push-and-pull-request-plugin
Releases · jenkinsci/bitbucket-push-and-pull-request-plugin
v2.7.0
News
- Added global configuration
- Added "silence notifications" option in global configuration
- Added "override default webhook endpoint" option in global configuration
Relevant tickets closed
*[Enhancement] #154 Add global configuration
*[Enhancement] #142 Silence notifications enhancement (tnx @SirMrDexter)
v2.6.4
News
-
Handle for deprecation of DSL triggers{}
Since job-dsl plugin v1.77, triggers{} has been marked deprecated (see details), this pull request is a proposal of how to handle it by relying solely on properties{}.
(tnx @rhotau )
-
Fixed problem with PR that trigger simultaneously will override one another
(tnx @hexonxons )
Relevant tickets closed
- [Bug] #146 PR that trigger simultaneously will override one another
v2.6.3
News
- Fixed bug BITBUCKET_X_EVENT not populated with full eventKey.
Relevant tickets closed
- [Bug] #152 BITBUCKET_X_EVENT not populated with full eventKey.
v2.6.1
News
- Added multibranch pipeline jobs support for BB Server
Relevant tickets closed
- [Bug] #149 refs/heads/ spec in Bitbucket Server push action seems not working properly
v2.6.0
News
- Added back propagation for build status and approve form BB Server
- Documentation improved
Relevant tickets closed
- [Bug] #113 Build status "in progress" will be sent when the build is completed
v2.5.2
News
- Environment variables for multiconfiguration jobs added
- Added description of Bitbucket Push and Pull Request environment variables in the Jenkins list of available environment variables.
Relevant tickets closed
- [Enhancement] missing environment variables for multi configuration #132
v2.5.1
News
- Bug fix for multi branch push
- New environment variable for bitbucket-x-event header
Relevant tickets closed
- [Bug] Cloud Push doesn't trigger multi branch pipeline job #134 , #78
- [Enhancement]
BITBUCKET_X_EVENT
added to environment variables #130
v2.5.0
News
- Add possibility to trigger jobs only on tag pushes (for Bitbucket Cloud and Bitbucket Server)
- Add trigger for PR comment created (for Bitbucket Server)
Relevant tickets closed
- [Feature] Triggering a job only when tags are pushed #119
- [Feature] Trigger builds on new tag only #106
v2.4.0
News
- Added build state propagation (for Bitbucket Cloud)
- Added Approve push and pull request by Jenkins on successful build (for Bitbucket Cloud)
Relevant tickets closed
- [Feature] Propagate build status to Bitbucket #23
- [Feature] Approve pull request on successful build #29