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

Pipeline Details with dependency from Dashboard

subhash_a_chand
New Contributor

Hello Everyone,
I have a requirement like there are aprox 500 pipelines are running already in production environment and every pipeline is calling multiple pipelines inside it to achieve the functionality.

I have to create the excel spreadsheet which will have the information main pipeline and all child pipeline in series of execution

**Let us suppose in the Projectspace 1 "Aโ€™ is the main pipeline and calling Child Pipeline โ€˜Bโ€™, **
โ€˜Bโ€™ is calling Child Pipeline 'Cโ€™and โ€˜Dโ€™
And โ€˜Cโ€™ is calling Pipeline โ€˜Eโ€™

And in Project Space 2 main Pipeline โ€˜Xโ€™ is calling Child pipeline โ€˜Yโ€™

Then output should be like below

|ProjectSpace|Main Piepline |Child Pipeline|
|Project 1 | A | B |
|Project 1 | B |C & D|
|Project 1 | C |E |
|Project 2 | X |Y |

2 REPLIES 2

bojanvelevski
Valued Contributor

Hello @subhash.a.chandra,

Iโ€™ve attached a pipeline below, that will help you solve this task. Just list your project paths in the first snap - JSON Generator, and you are ready to go.

Pipeline Executions.slp (12.8 KB)

Here is what the final product looks like:

image

Regards,
Bojan Velevski

thanks @bojanvelevski for your help