Shadow Merge Commit Build Status

for Bitbucket Server 5.2.0 - 7.21.23 and more
56 installs

We no longer offer sales and support for server apps. You can stay connected by exploring the migration options to either the cloud or Data Center version of this app.

Provide build status for shadow merge commit in Pull-Request and control a merge action

See the build status for shadow merge commit in PR

Check the build status for shadow merge commit to be sure the target branch would have good quality after actual merge

Use CI practices on shadow merge commit

Run CI builds on the shadow merge commit to verify the code which would be in target branch after the real pull-request merge. Commit is rebuilt automatically on any change in source or target branches.

Veto pull-request if shadow merge commit is failed

Block merge of pull-request if build is failed to avoid brackages in target branch which might be highly sensitive (like production/ or release/)

More details

Allows to monitor the build staus of code which would be in target branch after real Pull-Request merge and veto the merge if build is failed.

The add-on includes the following features:

  • displays the status of shadow merge commit build in single PR view interface, all repo PRs list view and on the Dashboard
  • configure Pull-Request merge veto to prevent the merge if build status is Failed
  • enable automatic merge if no veto on pull-request at the moment of any of the following events: pull-request is approved, source branch build status set, shadow merge commit build status set, task is resolved/deleted
  • configure an option to delete the source branch on successful merge

Privacy and security

Privacy policy

Atlassian's privacy policy is not applicable to the use of this app. Please refer to the privacy policy provided by this app's partner.

Partner privacy policy

Resources

Gallery

Shadow merge commit build status veto has a standard notification on veto button click if it is enabled and veto condition is true (i.e. related build is failed or has not been run yet)