0

Jenkins has a programmatic mechanism for taking nodes offline, is there an equivalent for Bamboo? Ideally I could trigger an offline disconnect after the agent finishes any currently executing jobs.

What is the programmatic way to disconnect a node in Jenkins?

jxramos
  • 7,356
  • 6
  • 57
  • 105

1 Answers1

2

You can achieve this using the Bamboo REST API. Here is a link to the specific call DELETE /agent/{agentId}.

Wesley Rolnick
  • 871
  • 4
  • 11