Skip to content

Commit

Permalink
chore(queue): Include status when canceling stage without synthetics (#…
Browse files Browse the repository at this point in the history
…4010)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
robzienert and mergify[bot] committed Nov 26, 2020
1 parent 78b37c4 commit 0e867d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class CompleteStageHandler(
} else {
queue.push(CancelStage(message))
if (stage.syntheticStageOwner == null) {
log.debug("Stage has no synthetic owner, completing execution (original message: $message)")
log.debug("Stage has no synthetic owner and status is '${stage.status}', completing execution (original message: $message)")
queue.push(CompleteExecution(message))
} else {
queue.push(message.copy(stageId = stage.parentStageId!!))
Expand Down

0 comments on commit 0e867d6

Please sign in to comment.