Merge "Tag workflows created by the templates"

This commit is contained in:
Jenkins 2017-09-13 10:56:28 +00:00 committed by Gerrit Code Review
commit 3dcc9b30e9

View File

@ -113,6 +113,9 @@ resources:
properties:
name: {list_join: [".", ["tripleo", {get_param: stack_name}, "workflowtasks", "step{{step}}"]]}
type: direct
tags:
- tripleo-heat-templates-managed
- {get_param: stack_name}
tasks:
yaql:
expression: $.data.where($ != '').select($.get('step{{step}}')).where($ != null).flatten()