YAML for Trigger pipeline
Trigger another pipeline execution from the current pipeline.
YAML examples for Trigger pipeline
Run another pipeline with all options
yaml- action: "Run assety-copied/test-asset-copy" type: "RUN_NEXT_PIPELINE" comment: "Triggered by $BUDDY_PIPELINE_NAME execution #$BUDDY_RUN_ID" revision: "HEAD" wait: true clear_cache: true refresh: true environment: "$BUDDY_RUN_ENV_ID" priority: "HIGH" artifact: "myartifact:latest" project: "assety-copied" pipeline: "test-asset-copy"
Simple pipeline trigger
yaml- action: "Run my-project/my-pipeline" type: "RUN_NEXT_PIPELINE" project: "my-project" pipeline: "my-pipeline"