04-21-2021 05:42 AM
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 |
04-22-2021 07:22 AM
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:
Regards,
Bojan Velevski
05-11-2021 01:27 AM
thanks @bojanvelevski for your help