pipeline-runner

Run your Bitbucket Pipeline in the current environment (eg: Bamboo)


License
Other
Install
pip install pipeline-runner==1.1.5

Documentation

BitBucket Pipeline Runner for Bamboo

Given a bitbucket pipeline file, run all steps locally. This will ignore the given Docker image.

Usage

$ pip install pipeline-runner

Will install the latest version and it's required packages. You can then run the the pipeline runner with a pipeline file:

$ pipeline-runner
Usage: pipeline-runner [options]

Options:
  -h, --help            show this help message and exit
  -f FILE, --file=FILE  Parse pipeline from FILE
  -b BRANCH, --branch=BRANCH
                        Parse pipeline for branch BRANCH
  -v                    Print scripts before running

Why?

We needed a way for us to move our Bamboo build scripts into version control, and have way to easily migrate our scripts later on. So we build this tool to do that