new.png When selecting Post Build activities in the Build definition , after the build is complete no Post Build activities are triggered.

Authors: IntegrationsTroubleshootingTeam
Build basis: Rational Team Concert 4.x

Subsequent analysis steps.

  • You need to invoke the Jazz ant participant com.ibm.team.build.autoDeliver in build.xml in a target after all the necessary build targets are completed.

Example command :

<target name="PostBuildDeliver">
     <exec executable="cmd">
       <arg value="/c"/>
       <arg value="C:\PathToBuildToolKit\jazz\buildsystem\buildengine\eclipse\jbe.exe -userId $Build_User -pass $Build_pass -repository https://<host>:9443/ccm -buildResultUUID $buildResultUUID -engineId $engineId -participants com.ibm.team.build.autoDeliver -noComplete -verbose"/>
     </exec>
   </target>

Note: This participant does not get invoked when you define the Post Build activities in the Build definition. This needs to be invoked in a target for Post Build to work in RTC.

Related topics:

External links:

Additional contributors: ZeeshanChoudhry

Questions and comments:

Warning: Can't find topic Deployment.BuildForgeAndRationalTeamConcertPerformanceTroubleshootingComments

This topic: Deployment > WebHome > DeploymentTroubleshooting > IntegrationsTroubleshooting > JenkinsAndHudson > PostBuildandJenkins
History: r1 - 2013-11-26 - 18:39:13 - Main.zeech
This site is powered by the TWiki collaboration platformCopyright © by IBM and non-IBM contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use. Please read the following disclaimer.
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.