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:
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.