Hi all,
I have got following message under the requirement tab of a default job of the plan:
"This job can only be built by agents whose capabilities meet the 4 requirements below. 2 agents are capable of building this job. However, those agents are currently offline or disabled."
Can this create issues with bamboo in detecting a repository based trigger? I am able to run the plan manually but bamboo has stopped detecting triggers based on change in the repository after this problem. How can I resolve this issue?
Thanks
Hi Vidhi,
The repository will continue triggering as usual and Bamboo will detect them but, if there are no agents ready to take builds, the builds will be enqueued in order to be executed when an agent capable of running those builds is available.
The question is: if the 2 agents capable of running that plan are offline/disabled, how are you able to run that plan manually? There are some things you could initially check:
<property name="bamboo.jms.broker.client.uri">failover:(tcp://_bamboo_host_name_:54663?wireFormat.maxInactivityDuration=300000)?maxReconnectAttempts=10&amp;initialReconnectDelay=15000</property> <property name="bamboo.jms.broker.uri">tcp://0.0.0.0:54663?wireFormat.maxInactivityDuration=300000</property>
wrapper.java.command=_explicit_path_to_java_
I hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.