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: 

Configure job requirements programmatically

Nassim Kammah
October 7, 2011

Our software needs to be built on a dedicated agent based on the software version ( below version X, build on agent A, above version X, build on agent B). The "easy" approach would be to create 2 plans with the 2 requirements sets and simply invoke the appropriate plan based on the version we are trying to build. The problem with this approach is that there are now 2 plans ( with 4 stages and a lot of jobs) duplicated : 3 stages are similar and only 1 job differs in one stage. My main concern with this is the space taken by the checkouts on the agents.

Is there a way to "programmatically" update a job requirement ( that would be done in the first stage first job and be used at stage 2) ?

Nassim

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Brent Villalobos
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.
October 7, 2011

This approach is probably frowned upon, but with firefox and the firebug plugin you can see the POST calls being made when you manipulate settings in the web UI. You can make those same calls from the command line or script using curl (I'm assuming linux). This is not a great solution since the URLs used in the Bamboo web UI are not public and can change from version to version.

TAGS
AUG Leaders

Atlassian Community Events