-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
Hi,
I have two delivery pipelines let's say A and B. Pipeline A has steps to pull the code from Stash -> Build -> Publish -> Deploy from repository 'X'
Pipeline B has steps to pull -> Build from repository 'Y'
Now iam creating a new pipeline C with above pull-> Build -> Publish -> Deploy -> BuildĀ
This is breaking the my existing Pipeline A with the error "Error: Circular dependencies between stages:"
Can someone please suggest me is it possible to combine two different delivery pipelines where deployment is happening to environment and then pulling and building the code.
Thanks,
Avula