You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.