Continous integration in RTC
HI,
Trying to setup CI capability in RTC . Now, we have created a Build definition for a Build engine to run every 30 mins.
The problem here is that we can see the Build engine getting the Build requests in the Command prompt. But these Build requests/results do not show up on RTC Web or Eclipse client. Where can we see CI results.. CUrrently I am able to see the results, logs etc only for manually requested builds.
Regards,
Smitha
Smitha
One answer
I think you have an issue with the setup of the automated build e.g. no changes on the stream. The build result does not show up, because it does not run, because there is nothing to do. The personal build always runs.
You can look at the Jazz Source Control build tab and uncheck the option "Build only if there are changes accepted." to see if this is the case.
You can look at the Jazz Source Control build tab and uncheck the option "Build only if there are changes accepted." to see if this is the case.
Comments
Josh Crawford
May 20 '13, 8:45 a.m.Hi Smitha, what version of RTC are you using? Also are you using Buildforge or JBE or something else?
Arne Bister
JAZZ DEVELOPER May 20 '13, 11:21 a.m.Hi Smitha,
in addition - what Build definition are you using? Are your builds using ant tasks from the build toolkit to update status of the build result object? Even so, something should show up. Obviously this is not regular behavior so any circumstancial data will help resolve this mystery case.
- Arne