Skip to content

Generating CI/CD pipelines with Welder

Generating Bamboo Specs

welder bamboo generate

This will generate directory bamboo-specs directory with Bamboo specs that are ready to be imported in Bamboo to generate CI/CD pipelines according to definitions from welder.yaml file.

Generating Bitbucket Pipelines

welder bitbucket-pipelines generate

This will generate directory bitbucket-pipelines.yml file according to definitions from welder.yaml file.

Note

Generated CI/CD configurations will still run Welder under the hood. You may still want to make some manual changes to the generated files or extend them with your own customizations.