Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
There was an error while loading. Please reload this page.
IIntegrationResult.LastBuildStatus is only ever set if IntegrationRunner.GetModifications throws an exception. See
CruiseControl.NET/project/core/IntegrationRunner.cs
Line 87 in bcb43c3
This means that for all other cases it will have the default value Success and can't be used in for example LastBuildStatusTaskCondition to trigger a task if the last build result was Failure.
Or am I missing something here?