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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,584
Community Members
 
Community Events
184
Community Groups

Nested parallel pipelines?

I would like to know how to achieve nested parallel pipelines with Bitbucket.

 

I would like to run infrastructure steps and application steps in parallel.

Both streams have sequential and parallel steps.

 

Is this possible with Bitbucket?

1 answer

1 accepted

0 votes
Answer accepted
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 23, 2022

Hi Georg,

I'm afraid that it is not possible to have a parallel block within another parallel block at the moment.

I can create a feature request for our development team to consider, please feel free to let me know if you'd like me to proceed with that.

Just to make sure we're on the same page, are you looking for something like the following?

pipelines:
default:
- parallel:
- stream-infrastructure:
- step: *step-one (sequential)
- step: *step-two (sequential)
- parallel:
- step: *step-three
- step: *step-four
- stream-application:
- step: *step-one (sequential)
- step: *step-two (sequential)
- parallel:
- step: *step-three
- step: *step-four

where stream-infrastructure and stream-application streams will run in parallel, and then within each stream, *step-one and *step-two run sequentially, and *step-three and *step-four run in parallel?

Kind regards,
Theodora

Hi Theodora,

Thank you for your patience.

Yes, please, a feature request would be great.

We have a couple of mono-repositories now and being able to structure the pipelines to match the structure would be a win.

 

Thanks,

Georg

Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 26, 2022

Hi Georg,

Sure, I'm happy to help.

We have an existing feature request for the possibility to include sequential steps in a parallel set:

I created another one for the ability to have a parallel set nested in another parallel set:

Since you'd be interested in these features, I would suggest adding your vote to both of them (by selecting the Vote for this issue link) as the number of votes helps the development team and product managers better understand the demand for new features.

You are more than welcome to leave any feedback, and you can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.

Implementation of new features is done as per our policy here and any updates will be posted in the feature requests.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events