You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I have a pipeline curently with the following structure:
pipelines:
default:
- parallel:
- step1: ...
- step2: ...
- step3: ...
Is there anyway for me to ONLY run step 3 if step 2 passes without any errors? I am running NPM test on step 2 and Deploy to cloud on step 3, but on the npm tests there are a number of metrics I have to check before the deployment to a cloud.
@1180778 if this runs in parallel, no. This is the purpose of running in parallel and not violating any best practises.
So you can separate those steps when step 2 depends on step 1, for example sth like:
default:
- step 1
- parallel:
- step2: ...
- step3: ...
Regards, Galyna.
...hey are a part of us, shaping how we interact with the world around us. The same holds true for programming languages when we think about how different kinds of vulnerabilities raise their heads in t...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.