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,551,961
Community Members
 
Community Events
184
Community Groups

Is it possible override build hang configuration using bamboo yaml specs?

In Java specs it is possible to override the build hanging settings in the job using the custom map builder like so:

new AllOtherPluginsConfiguration()
.configuration(new MapBuilder()
.put("custom", new MapBuilder()
.put("buildHangingConfig", new MapBuilder()
.put("minutesBetweenLogs", "1")
.put("minutesQueueTimeout", "20")
.put("multiplier", "1")
.put("enabled", "true")
.build())
.build())
.build())

Is this possible to be done in yaml specs using the miscellaneous plugins section? Or any another section?

https://docs.atlassian.com/bamboo-specs-docs/6.10.4/specs.html?yaml#miscellaneous-plugins

other:
    clean-working-dir: true
    build-hang-config: #is there any such key?

I can't seem to find any documentation that gives any keys for this setting. 

1 answer

1 accepted

1 vote
Answer accepted
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 02, 2020

Hello @Jedidiah Koh ,

It's not supported yet. Please raise an issue at https://jira.atlassian.com/browse/BAM 

I see, thanks! At least now I know I don't need to keep searching. 

Also it seems your hyperlink has accidentally included the ending whitespace/newline characters.

https://jira.atlassian.com/browse/BAM

@Alexey Chystoprudov I see that the above created issue has 8.1.1 as fix-version, but it is not explained anywhere how to actually implement this in yaml specs.

Can you give an example?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events