Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

svdgraaf/pipeline-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bitbucket Pipeline runner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages