Bitbucket webhook trigger after pipeline completes successfully
问题 I'd like to trigger a webhook after a pipeline completes successfully, I looked in the trigger list and didn't find any, is there a workaround to trigger webhook manually via pipeliens? 回答1: You can use the Build status updated trigger to trigger a webhook based on a pipelines build. However, this will also be triggered by the INPROGRESS or FAILED state, and there is no possibility to specify a pipeline. If you only want to trigger a webhook from when a specific pipeline completes succesfully