Skip to content

Running Bitbucket Pipelines locally

If you don't see the value in having an additional welder.yaml file, you can still use Welder for running your existing Bitbucket Pipelines configuration locally. Just navigate to your project's directory and invoke:

welder bitbucket-pipelines execute all
OR
welder bitbucket-pipelines execute <clean-step-name>

This will run either all the steps in the pipeline or just the specified step. Welder will try to simulate the BBP environment and run the pipeline locally.

Warning

This feature is currently experimental and may not work in all cases.