Adjustable pipeline elements
Nodes such as pipelines, steps, or conditions can get extended.
For this purpose, the corresponding blocks can get provided with a reference prefix.
|
Example
<referencePipeline name="my_pipeline" description="new description">
<conditions>
<pipeline_condition type="new_condition_two"/>
</conditions>
<step name="new_step" sortOrder="200">
<conditions>
<step_condition type="pip_one_step_condition_one"/>
<referenceStep_condition type="old_condition" remove="true"/>
</conditions>
</step>
<referenceStep name="existing_step" sortOrder="5"/>
</referencePipeline>
Allowed Reference Nodes
Original Node | Reference Node |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|