cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Single pipeline to call multiple pipelines

sp41832
New Contributor

Hi,

I need to design a scheduled task, such that each pipeline executes one after other.
Either i can visit each pipe line and schedule them individually.(Currently doing this)
Is there any other way where i can design a single pipeline where it calls all other pipelines in a single project space? and error handling at the same time.

5 REPLIES 5

Hey @bhavin.patel,

If you open an output view on the sub pipelines, youโ€™ll get the status of the execution. By doing this, you can keep information about the last execution of the pipelines, either SLDB, DB, etc., and this will be your condition for the next execution. Rearrange the pipeline to first check the log, and if all of the pipelines are successful, execute all of them, if one or more failed, run only the failed ones.

I hope that youโ€™ll find this helpful,
Regards,

Bojan