Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket Pipelines nested paralellel and consecutive steps

Tomas Svitil
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 16, 2019 edited

How can we run nested paralellel and consecutive steps?

We have a monorepo and need to build a few projects the flow would typically be:
Run all project tests in parallel,
and in each of those parallel steps, once the tests pass, build the artifacts 

1 answer

1 accepted

1 vote
Answer accepted
Tom Bradshaw
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 16, 2019 edited

Hi Tomas,

At the moment it is not possible to run steps sequentially within different parallel streams in pipelines. You would have to run the tests and build the artifacts in the same step (though not the same script command).

- parallel:
        - step:
            script:
              - test project 1
- build project 1 artifact - step: script: - test project 2
- build project 2 artifact

Can you also add a feature request for this at https://bitbucket.org/site/master/issues/ since other users may also want this feature.

If you have any questions let me know.

Cheers,

Tom

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, atlassian government cloud, fedramp, webinar, register for webinar, atlassian cloud webinar, fedramp moderate offering, work faster with cloud

Unlocking the future with Atlassian Government Cloud ☁️

Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.

Register Now
AUG Leaders

Upcoming Bitbucket Events