I want to configure a build plan as a Bamboo Spec in repo. Unfortunately, I can't find any documentation about how I can configure SonarQube task with Bamboo Spec.
Could someone provide a snapshot of this task configured as spec in yaml?
Hi,
The Sonar for Bamboo app currently only supports Java Specs via the AnyTask provided by Bamboo. You can generate it by the Bamboo export plan to Spec feature.
This is currently not possible for YAML, as there is no export feature and also because there is no support for tasks built into the YAML support. You might want to vote for https://jira.atlassian.com/browse/BAM-20803 which covers this.
Best regards,
Michael (app vendor)
Hi Alexander,
External plugins can be configured using the generic Anytask class that you can find below:
Cheers,
Jey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, this doesn't work for Yaml format definition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's true. AnyTask is not available for YAML Specs yet as of Bamboo 7.0.4. As Alex pointed out earlier, please cast your vote on BAM-20803 and stay tuned for updates.
Thanks for your patience.
Cheers,
Jey
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.