support the nested chaining of the pipeline executions.
long-term
S
Spotless Woodpecker
Error creating Plan: Could not create plan for node [pipeline.stages.Invoke_Orion_CD]: Check if the Chained Pipeline at stage [Invoke Orion CD] is not a Parent Pipeline. Chained Stage [Invoke Orion CD] is a parent pipeline. Nested chaining is not supported .Thanks why needed the support of nested chaining of the pipeline executions.
Log In
Rohan Gupta
long-term
Rohan Gupta
Merged in a post:
Support for deeper chaining in pipelines (1 depth more only needed)
C
Cooing Rook
Use Case: Our teams maintain independent CI pipelines separate from CD. Additionally, We have a master CI/CD pipeline using chaining. As a product requirement, they want to introduce another layer on top of this—essentially a parent pipeline that invokes the existing CI/CD chaining pipeline.
Rohan Gupta
Merged in a post:
Increase pipeline chain
T
Tan Cod
Currently Harness only supports chaining two pipelines i.e. pipeline1 -> pipeline2. We'd like the ability to chain more than 2 pipelines i.e. pipeline1 -> pipeline2 -> pipeline3.
Rohan Gupta
Merged in a post:
[Feature Request] Support Nested Pipeline Chaining
M
Mango Cattle
Pipelines do not properly compose.
I have a base building block pipeline, called pipeline A for simplicity.
I am composing pipeline A into multiple pipelines, called B1 and B2 for simplicity.
I now want to compose pipelines B1 and B2 into a top level pipeline, called C for simplicity.
I am getting the following error when I try to create pipeline C.
Pipelines need to be properly composable instead of only supporting a shallow hierarchy.
Pipeline setup configuration issue for pipeline stage. The referred pipeline [Create Change Request] invokes a child pipeline, so it cannot be included within another pipeline. Nested Pipeline Chaining is not supported
Sudarshan Purohit
rejected
Sudarshan Purohit
As mentioned earlier, we've seen that a combination of templates and multiple child pipelines satisfies the known use cases without creating additional complexity. We will not be able to take this up.
Sudarshan Purohit
Hi Sravan Kumar,
Could you expand on the use case where nested chained pipelines are required? In most cases, we've seen that a combination of templates, or else, multiple child pipelines at different stages in the parent pipelines, will satisfy the requirements.
Thanks!
Prasad Satam
under review