"Contribution Summary" section of the build result is empty by startTeamBuild
After running a child build with a parent build, when I open the child build result, the "Contribution Summary" section of the build result is empty. How can I set the build log as the build contribution?
<startTeamBuild repositoryAddress="${repositoryAddress}"
userId="build"
password="build"
engineId="engine1"
buildDefinitionId="3"
resultUUIDproperty="Child3BuildResultUUID"
label="child3 label"
autoComplete="true"
verbose="true"
/>
|
3 answers
I have confirmed with develop team and understood we should not use the startTeamBuild to request to Jazz Build Engine. This is why it doesn't work in JBE.
startTeamBuild The startTeamBuild task runs a standalone Rational Team Concertâ„¢ Build without using the Jazz Build Engine. It can be used to run a build from an existing build request. The lifecycle of this build then will be controlled directly by the script. The startTeamBuild should use in an external application or an script to run. Refer to this An Stand Alone Ant Build. |
Are you publishing the logs in the build result - https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.1/com.ibm.team.build.doc/topics/r_logpublisher.html?lang=en?
Thanks, Sridevi |
I am pretty sure that this is a same symptom with Marco's last comment in https://jazz.net/forum/questions/168949/unable-to-trigger-a-build-with-startteambuild?redirect=%2Fforum%2Fquestions%2F168949%2Funable-to-trigger-a-build-with-startteambuild.
I am also facing this symptom.
But now the next problem occurs :-(
The main_definition runs about 800ms and reports success afterwards. But in reality, nothing is executed.
When I have a look in the build result, then the "Contribution Summary" section of the build result is empty.
Do you have another advise for me?
Regards,
Marco |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.