Skip to content

rbowlby/bamboo-bulk-disable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

bamboo-bulk-disable

Disable bamboo builds in bulk based on last build date.

Examples:

Disable all builds that haven't completed in more than 90 days:

bamboo-bulk-disable.py --host localhost --port 3306 --user bamboo_admin --password password --database bamboo --age 90

List and do not disable builds more than 90 days without a build:

bamboo-bulk-disable.py -H localhost -P 3306 -u bamboo_admin -p password -d bamboo -a 90 --list

About

Disable bamboo builds in bulk based on last build date.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages