I have 2 tasks in my CruiseControl settings that work on the same build:
- Build MyProg
- Rebuild MyProg
It's a C++ thing, occaisionally a rebuild (clean and build) is needed to clean up linking errors.
I would like the 2 tasks to share the same status (Failed/Succeeded). That way I'm not forced to re-run the Rebuild task just because it failed last time if I want to get everything back to "Green".
Anyone know how it can be done?