I believe you need to set the "buildAfterFailed" to false on the project in order to get the status to change. The problem is that Cruisecontrol makes the last successful build date the same as the last run date, so it looks like the last build was always successful.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks, it works now. Still, it's very confusing for the user. Could you please consider either warning user that it might not work or parsing buildAfterFailed from configuration (if possible), it would be much clearer that it's a problem on cruisecontrol's side :). Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=386735
Originator: NO
I believe you need to set the "buildAfterFailed" to false on the project in order to get the status to change. The problem is that Cruisecontrol makes the last successful build date the same as the last run date, so it looks like the last build was always successful.
Logged In: NO
Thanks, it works now. Still, it's very confusing for the user. Could you please consider either warning user that it might not work or parsing buildAfterFailed from configuration (if possible), it would be much clearer that it's a problem on cruisecontrol's side :). Thank you!
The build-after-failed setting can be confusing will consider putting a warning in the configuration tool somewhere.