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,557,600
Community Members
 
Community Events
184
Community Groups

Concurrent Builds in Bamboo Specs

Has anyone been able to use concurrent build in Bamboo Specs? I found the following issue when trying to migrate existing plans to specs:

1. Export plan using a max of 10 concurrent builds as Java Specs. Exported plan contains the following:

.pluginConfigurations(new ConcurrentBuilds()
.useSystemWideDefault(false)
.maximumNumberOfConcurrentBuilds(10),
new AllOtherPluginsConfiguration()

2. Import that same plan, then navigate to the miscellaneous section of the plan configuration. Concurrent builds are not enabled.

3. View the plan's Java Specs again. This time the plugin configuration does not include concurrent builds:

.pluginConfigurations(new ConcurrentBuilds()
.useSystemWideDefault(false),
new AllOtherPluginsConfiguration()

 I'm simply exporting and re-importing the same code. Is there some issue with the concurrent builds? Or am I missing some other configuration piece?

2 answers

1 accepted

2 votes
Answer accepted
Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 06, 2018

Hi, this problem has been fixed in the latest release (6.6.1)

Hi! Thanks so much!

0 votes
Jeremy Owen
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 06, 2018

Hey Megan,

Thank you for bringing this to our attention!

You're not missing any configuration, no. There's certainly a bug here and I was able to reproduce it only when overriding Artifact Handlers in the Spec. There's a chance other custom plugins that add settings to the miscellaneous tab could trigger it too (which I've yet to test).

Any chance you're also doing this with your Spec? Would you be able to share the AllOtherPluginsConfiguration() part of your spec? E.g. Anything within:

new AllOtherPluginsConfiguration()
.configuration(...)

I haven't been able to find a workaround aside from removing the Artifact Handler override but I'll keep looking.

I've raised a bug report which you can follow below:

Cheers,

Jeremy

I see from Marcin's response that it's fixed in the latest release. Thank you for your help!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events