Determine build status outside RTC
We have a situation where we will be utilizing some existing build infrastructure that is integrated with ClearCase. Our plan is to invoke the existing build from RTC and use the synchronizer to update ClearCase. The issue is that we need to invoke the synchronizer and then kick off the build process. Is there a way to determine whether the first build is complete so we can start the ClearCase build process?
One answer
Just to verify, you want to:
- do an RTC build
- then if the RTC build succeeds, synchronize with ClearCase
- then if the sync succeeds, do a build in ClearCase
Is that right? Assuming it is, are you looking for a way to tell
whether the build is "done" (possibly with errors) or whether the build
has "succeeded" (done with no errors)?
Or is it that you want to know when the sync is done, or whether the
sync has succeeded?
Or both?
Cheers,
Geoff
On 8/12/2011 11:53 AM, stbriand wrote:
- do an RTC build
- then if the RTC build succeeds, synchronize with ClearCase
- then if the sync succeeds, do a build in ClearCase
Is that right? Assuming it is, are you looking for a way to tell
whether the build is "done" (possibly with errors) or whether the build
has "succeeded" (done with no errors)?
Or is it that you want to know when the sync is done, or whether the
sync has succeeded?
Or both?
Cheers,
Geoff
On 8/12/2011 11:53 AM, stbriand wrote:
We have a situation where we will be utilizing some existing build
infrastructure that is integrated with ClearCase. Our plan is to
invoke the existing build from RTC and use the synchronizer to update
ClearCase. The issue is that we need to invoke the synchronizer and
then kick off the build process. Is there a way to determine whether
the first build is complete so we can start the ClearCase build
process?