I have 4 pipelines.
P1, P2, P3, P4.


P1 (triggers) P2 , 
              P2 (triggers--(fan-out)) P4  (material mentioned as pipeline 
stage of P2)
 P3 (triggers--(fan-out)) P4  (material mentioned as pipeline stage of P2)
 
P3 is built before few days, as we dont need to build it everytime in the 
build pipeline. But P4 requires some artifacts of P3 pipeline.


When I try to run the build pipeline it works fine for P1 (triggers) P2. 
 But P4 is not getting triggered (automatically), because it has dependency 
on P2 and P3. As P3 is not getting run in this current build revision,
it dont trigger P4 pipeline.   (but its I include P3 to run in the current 
build pipeline revision, then it (P2 and P3 together) triggers P4)
 
Is there any way through which I dont need to run P3, but it should trigger 
P4 pipeline (automatically), and P4 should be able to fetch all materials 
of P3.

I dont want to trigger P4 manually.

Please suggest.


Thanks 
Subhash Gajare

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to