Issue ID:
Type
Bug
Title:
FIX: force normal results in a failed job
Created:
2/20/2026 11:38:46 AM by Steve Dennis
Status:
Awaiting Release on
Last pulled:
3/6/2026 9:15:23 PM
Description:
See `ExecuteAsync` in `ExecutionDispatcherRunner.cs#106`, and compare to BuildMaster. Ultimately, the `ExecutionStatus_Code` needs to be passed into `DB.Executions_CompleteExecution` instead of using log messages to derive the status. This seems to require rewiring a few return codes to align with BuildMaster.