문제

The build definition is created but in order to automate the build process I need to start the build via the command line. How is this done ? Reading the doc on the scm command line client this does'nt seem to be described :

http://pic.dhe.ibm.com/infocenter/rtc/v1r0m0/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Fc_scm_cli.html

도움이 되었습니까?

해결책

I don't think scm is involved at all for launching a build.

You check out the Java API: See "Automated Build Output Management Using the Plain Java Client Libraries".

Or, you can use the JB Toolkit, and use a task like requestTeamBuild:

The requestTeamBuild task requests a build by using a specified build definition.
There must be an active engine that supports the build definition in order for the request to succeed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top