It's all about the answers!

Ask a question

Can I request a build from command line tool?


Tayane Fernandes (251216) | asked Sep 16 '14, 2:43 p.m.
In this page: http://pic.dhe.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Fr_scm_cli_scm.html I can see a lot of commands that I can use in RTC.
But, does it have some command to request a build?

Thanks.

One answer



permanent link
Alex Akilov (1211724) | answered Sep 16 '14, 3:55 p.m.
 The command line client is designed to support SCM (i.e. source control) commands only.  However, if you're familiar with Ant, you can create an Ant script that runs a team build using the requestTeamBuild Ant task

Comments
Tayane Fernandes commented Sep 17 '14, 8:23 a.m. | edited Sep 17 '14, 8:23 a.m.

I need to request a build through the Bamboo (https://www.atlassian.com/software/bamboo), which is a continuous integration tool. Are there any examples of how I can use this ant script? 

Your answer


Register or to post your answer.