Forum Discussion
Anonymous
1 year agoNot applicable
Dependency and Parallel Processing
i have four pipelines running in 2 streams. each stream has 2 pipelines running in sequence. if a pipeline fails then the next pipeline should not get executed. However, this should not affect the...
- 1 year ago
A and C run in parallel
Anonymous
1 year agoNot applicable
Master Pipeline:
├── Pipeline A (Runs in parallel)
│ └── Pipeline B (Runs only if A succeeds)
├── Pipeline C (Runs in parallel)
└── Pipeline D (Runs only if C succeeds)
NandanHegde
1 year agoSuper User
A and C run in parallel