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.
I am using the Bamboo Specs feature on Bamboo Server (7.0.3) and I would like to be able to use the "Pattern Match Labelling" option normally available at the job level on the "Other" tab.
I am already using another similar option for "Miscellaneous Plugins" in YAML, named "Clean working directory after each build" which "Removes the source directory after each build. This may increase build times but save disk space". This one is at least partially documented here. It looks like:
version: 2
Build:
...
other:
clean-working-dir: true
That works great.
But I would also like yet another option (on top of it), something like:
version: 2
Build:
...
other:
pattern-match-labelling: true
But I just cannot find any documentation on how to enable this "other: pattern-match-labelling: true" option in YAML (if even it is available).
Aside from the very scarce info in the specs I already mentioned in the link above of course, has anybody found any docs on the Miscellaneous Plugins section?
Hello,
All available options are described at documentation you mentioned. Other plugins support is not implemented for YAML Specs yet. We're working to add support of some plugins at next versions of Bamboo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.