Edit existing pipeline condition

  • An existing pipeline has to get referenced

  • Following, you can use a reference to an existing step

  • After that, conditions can get added in the same way as they get added to a new created pipeline

  • An existing condition can get deleted with the attribute remove="true"

Example

<referencePipeline name="my_pipeline">
    <conditions>
        <pipeline_condition type="new_condition"/>
        <referencePipeline_condition type="old_condition" remove=”true”/>
    </conditions>
</referencePipeline>