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.

5 Replies

    • sp41832's avatar
      sp41832
      New Contributor II

      Thank you, Stephen

      Issue resolved.

      • nsmith's avatar
        nsmith
        New Contributor III

        We use Pipeline Executes as they are less error prone than just dragging the pipeline call.

        You can make something like the screenshot below, which will also email any errors and continue execution if there is a failure (if you want that).