DE

Bitbucket is a code versioning tool sold by Atlassian. It also offers pipelines to enable the continuous delivery of software projects.

Please have a look at the Bitbucket documentation on how to trigger webhooks.

Below you see a straightforward example of a pipeline. You can use the script described in the webhook section to call the Crashtest Security webhook and enter it below the “script” line.

pipelines:
  default:
    - step:
        script:
          - echo 'I made a pipeline!'

If you need any help scripting your specific pipeline, please contact us.