Agent REST APIs for Bamboo

for Bamboo Server 5.0 - 7.2.10 and more
111 installs
  • Unsupported

As we continue to move towards a cloud future together, new server app sales and installs are no longer available for customers. You can update app version via Atlassian Marketplace until the end of support for server on Feb 15, 2024. Learn more

Manage agents via REST APIs

Admin config to set maintenance rules

Central configuration of rules to determine if, and how many agents may go offline to perform maintenance at once. Combined with simple crontabs this provides a hands-off and automated build agent farm.

Easy to consume from shell scripts

Maintenance and status endpoints support text output that can be immediately consumed by shell as variables.

i.e.

$ source response.txt

$ echo "Agent busy? ${BUSY}"

Manage Capabilities

List and purge agent specific capabilities for fully automated lifecycle management of agents and their capabilities.

Privacy and security

Privacy policy

Atlassian's privacy policy is not applicable to the use of this app. Please refer to the privacy policy provided by this app's partner.

Partner privacy policy

Resources

Gallery

Agent status is returned as json payload for update operations.