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.
When enabling Clover in Bamboo you are required to enter a license. But there is no way to get a license now that its open source.
What's the solution? (I'm running bamboo v6.2.5)
Thanks for reaching out to us!
From the Screenshot, it looks like you've selected "Automatically integrate Clover into this build." in the Miscellaneous tab of the Job configuration. The text box there is available for users who purchased Clover licenses before it became open source, as their licenses are still valid.
The other option in the Miscellaneous job config is "Clover is already integrated into this build and a clover.xml file will be produced." With this option selected, please add Clover into your pom.xml for Maven to read (Clover-for-Maven: Basic usage), or build.xml for Ant (Clover-for-Ant: Quickstart guide) – the license portions no longer apply.
For Maven, you can add the following Goals to your command (or Maven task):
clover:setup
clover:aggregate
clover:clover
For Ant, you can use the following arguments when calling Ant – and/or in your Ant task:
with.clover
clover.xml
I hope this helps. Please don't hesitate to reach out if you have any further questions!
Thanks,
Elias
Developer Tools Support | Atlassian
Thanks @Elias Zeidan (they/them), very helpful.
The warning message need to be updated then, explaining what you've just explained to me.
Is there any ticket open to fix that message?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have just filed two requests:
Please feel free to vote, comment, and watch both of these issues.
If there is anything else we can assist with, please do not hesitate to reach out!
Thanks,
Elias
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.