Bitbucket Pipelines
Usage
The only required parameter for Sleuth is the name of the pipeline specified in your./bitbucket-pipelines.yml
file. Sleuth will pass any additional specified parameters to Bitbucket API when triggering the build in case your workflow requires additional input parameters. See Bitbucket Pipelines documentation for additional informations.
This example triggers a deploy-prod
pipeline in Bitbucket when code is deployed to the "Staging" environment for more than 4 hours and is healthy:
Last updated