Skip to content

Commit

Permalink
chore: Update Cancel Waiting Executions reason message (#4022)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 8, 2020
1 parent 589d0f5 commit b0af060
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class StartWaitingExecutionsHandler(
queue.push(CancelExecution(
source = purgedMessage,
user = "spinnaker",
reason = "Keep waiting pipelines configuration is disabled"
reason = "This execution was queued but then canceled because a newer queued execution superceded it. This pipeline is configured to automatically cancel waiting executions."
))
}
is RestartStage -> {
Expand Down

0 comments on commit b0af060

Please sign in to comment.