Merge "Adding the option for the stack id to stack delete"

This commit is contained in:
Jenkins 2017-06-06 10:30:39 +00:00 committed by Gerrit Code Review
commit 9c146e8e61
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ workflows:
retry:
delay: 15
count: <% $.timeout / 15 %>
continue-on: <% $.stack in task(wait_for_stack_does_not_exist).result.select($.stack_name) %>
continue-on: <% $.stack in task(wait_for_stack_does_not_exist).result.select([$.stack_name, $.id]).flatten() %>
delete_stack:
input: