pipeline template does not allow calling an existing pipeline
long-term
T
Toffee Koi
current pipeline template doesn't allow stage to call another existing pipeline. I've tried using insert stage option, still no lucky, it also doesnt allow calling another existing pipeline. can we make pipeline as available stage type for template?
Log In
A
Akshit Madan
You are right, we currently do not support this. In the meanwhile suggesting some workarounds -
Use pipeline chaining outside of templates - If you don't need the parent pipeline to be a template, you can add a Pipeline stage directly in a regular (non-template) pipeline to chain to another existing pipeline.
Trigger via a script - Inside a pipeline, you can use a custom trigger script (e.g., a Shell Script step) to programmatically trigger another pipeline.
A
Akshit Madan
marked this post as
long-term