Unable to trigger a build with startTeamBuild
![]()
Hello,
I've creating two dependent Build Definitions.
My first definition contains a trigger for the second definition. My requirement is to start the second definition on a dedicated Build Engine.
Therefore I decided to use the ANT Task startTeamBuild.
So my first definition contains the following call:
<startTeamBuild repositoryAddress="${repositoryAddress}"
buildDefinitionId="main_definition"
engineId="someEngine "
resultUUIDProperty="buildResultUUID"
label="CERT for nb2cm007"
autoComplete="false"
verbose="true"
userId="${BuildUser}"
passwordFile="${PasswordFile}"/>
The Build engine "someEngine" is only used for the "main_defintion". When I start now the first definition,
The main_definition is started one someEngine but it always ends in Abandoned state.
Error on from JBE:
The Build log contains the following: When I do the same with requestTeamBuild it works. But there I cannot handover a engineID.
Has anyone an idea whats wrong here?
Regards,
Marco
|