The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to start Bamboo without agents

Ismail Sanni
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 9, 2026

Hi Bamboo users,

If I may ask, is there a way to start bamboo without the agents without going to the GUI?

Thanks

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

4 votes
Answer accepted
Shashank Kumar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 9, 2026

Hello Ismail,

Welcome to Atlassian community.

To understand your ask here, You have a Bamboo Instance connected to a lot of agents. You want to start Bamboo where none of the agents gets connected without doing anything on the Bamboo UI. Is my understanding correct?

What exactly is your use case ?

Regards,

Shashank Kumar

Ismail Sanni
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 9, 2026

@Shashank Kumar 
Apologies for the late reply. I have a sandbox instance that steals builds from production, starting the service on the sandbox might after production. I want to start Bamboo without the agents. 

Shashank Kumar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 9, 2026

Hello Ismail,

Thanks for the clarification.

Use steps defined here to stop automatic builds to run in sandbox env:  https://support.atlassian.com/bamboo/kb/how-to-start-up-bamboo-with-build-plans-deployment-environments-branch-detection-and-build-status-updates-disabled/ 

If you don't want any agents to connect to Bamboo then inside bamboo.cfg.xml file you can update the below 2 parameters and put incorrect value so that agents don't connect to the Bamboo server.

<property name="bamboo.jms.broker.client.uri">failover:(tcp://1.1.0.4:54663?wireFormat.maxInactivityDuration=90000)?initialReconnectDelay=15000&amp;maxReconnectAttempts=10</property>
<property name="bamboo.jms.broker.uri">nio://0.0.0.0:54663</property>

Regards,

Shashank Kumar

Ismail Sanni
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 9, 2026

Thanks @Shashank Kumar 

I will do this immediately and give you update.

Ismail Sanni
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 9, 2026

@Shashank Kumar 

The link was very helpful

 

Like Steffen Opel _Utoolity_ likes this
Ismail Sanni
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 9, 2026
<JVM_SUPPORT_RECOMMENDED_ARGS="${JVM_SUPPORT_RECOMMENDED_ARGS:-} -XX:+UseG1GC -Datlassian.bamboo.build.disable=true">

I added this to setenv 

Like Steffen Opel _Utoolity_ likes this
TAGS
AUG Leaders

Atlassian Community Events