pipeline "{{ pipeline.title }}" {% for stage in pipeline.stages %} stage {{ stage.stage }} match {{ stage.match | default('EITHER') }} {% for rule in stage.rules %} rule "{{ rule }}" {% endfor %} {% endfor %} end