05-19-2018 12:24 AM
HI ,
My requirement is to build a pipeline That should call another pipeline which is in another Project folder with in a same environment . Can we call a pipeline from one folder to another folder ? If yes, What is the syntax? Could you please anyone help me out?
05-20-2018 02:03 PM
We do this all the time. Use a Pipeline Execute snap and a relative path,
E.g.
With a subpipeline in a project space “common” and project “runtime”
use
…/…/common/runtime/mysubpipeline
Make sure the user running the subpipeline has execute rights on the project.