{#- It's not recommended to call this state explicitly as it requires plugins #} | |
{%- from "jenkins/map.jinja" import client with context %} | |
{%- if client.flowdurabilitylevel is defined %} | |
set_jenkins_flowdurability_level: | |
jenkins_flowdurability.flowdurability: | |
- flowdurabilitylevel: {{ client.flowdurabilitylevel }} | |
{%- endif %} |