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 @Ellie Z _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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.