Skip to content

Releases: jenkinsci/bitbucket-push-and-pull-request-plugin

v2.7.0

18 Feb 09:49
Compare
Choose a tag to compare

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

18 Dec 18:53
Compare
Choose a tag to compare

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

27 Nov 15:25
Compare
Choose a tag to compare

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.2

25 Nov 17:59
Compare
Choose a tag to compare

News

  • Improving logging

v2.6.1

23 Nov 16:35
Compare
Choose a tag to compare

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

04 Nov 18:06
Compare
Choose a tag to compare

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

30 Oct 11:11
Compare
Choose a tag to compare

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

28 Oct 15:39
Compare
Choose a tag to compare

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

14 Oct 16:58
Compare
Choose a tag to compare

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

20 Jun 15:27
Compare
Choose a tag to compare

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