Replies: 2 comments 4 replies
-
|
or below example is applicable for my requirement ? will it still trigger if pipeline two is in fail state? fly -t example order-pipelines |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
This is not currently possible; pipelines are self-contained and cannot reference one another directly. The Projects RFC could help though; it introduces cross-pipeline |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there any way to access one pipeline resource from another.
for example I have non-prod pipeline separate and prod pipelines separate
I want to trigger prod pipeline only if job from previous pipeline is successful.
in a single yaml I know how to achieve this but is there way cross pipelines?
Beta Was this translation helpful? Give feedback.
All reactions