Merge "Default the scale status to SUCCESS"

This commit is contained in:
Zuul 2018-10-11 04:29:09 +00:00 committed by Gerrit Code Review
commit 024a359e12
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ workflows:
input:
queue_name: <% $.queue_name %>
type: <% execution().name %>
status: <% $.status %>
status: <% $.get('status', 'SUCCESS') %>
execution: <% execution() %>
message: <% $.get('message', '') %>