Use Atlassian Bamboo from the command line
Note : this is a fork from https://bitbucket.org/atlassian/bamboo-cli
sudo gem install bamboo-console
- set
BAMBOO_URL
,BAMBOO_USERNAME
andBAMBOO_PASSWORD
environment variables
bamboo-console help [TASK] # Describe available tasks or one specific task
bamboo-console clone KEY NEWKEY # Clones a plan configuration
bamboo-console info KEY # Gets the info (including if its building or not) of a plan or job
bamboo-console me # Gets information about the current user
bamboo-console pause # Pause the server from building
bamboo-console queue KEY # Queues the given build
bamboo-console resume # Resume the server from pause
bamboo-console server # Gets information about the server
bamboo-console queue BAM-BOO
bamboo-console queue BAM-BOO --allstages
bamboo-console queue BAM-BOO-123 --stage="Deployment"
bamboo-console queue BAM-BOO-123 --allstages
bamboo-console clone BAM-BOO NEW-KEY
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0