Forum Discussion

sp41832's avatar
sp41832
New Contributor II
8 years ago

Single pipeline to call multiple pipelines

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.