What is the difference between requestTeamBuild and startTeamBuild?
In the document, it says that startTeamBuild task starts a Rational Team Concertâ„¢ Build from either a new or existing build request,.
I don't understand, why a build request need to be started by startTeamBuild.
Also, if you don't specify requestUUID and have buildDefinitionId and engineId set in startTeamBuild, it will start a new build, does the same thing as requestTeamBuild?
I don't understand, why a build request need to be started by startTeamBuild.
Also, if you don't specify requestUUID and have buildDefinitionId and engineId set in startTeamBuild, it will start a new build, does the same thing as requestTeamBuild?
Accepted answer
Hi Makson,
By my understanding startTeamBuild can do more than requestTeamBuild. As the document says, it can start a build from an existing build request. A usage is to change the build request execution order.
You can see the discussion https://jazz.net/forum/questions/36505/control-build-order-on-a-jazz-build-engine for a use case of startTeamBuild.
By my understanding startTeamBuild can do more than requestTeamBuild. As the document says, it can start a build from an existing build request. A usage is to change the build request execution order.
You can see the discussion https://jazz.net/forum/questions/36505/control-build-order-on-a-jazz-build-engine for a use case of startTeamBuild.