Drone plugins > Qodana JVM Community
Qodana JVM Community
by 2martens
This plugin allows you to run the Qodana JVM Community linter in Drone and publish the results to Qodana Cloud. The Community license is enough.
Example
kind: pipeline
name: default
steps:
- name: code-analysis
image: 2martens/qodana-jvm-community-drone-plugin
settings:
qodana_token: yourSecretTokenFromQodanaCloud
args: yourArgumentsToQodanaCommand
Properties
qodana_token
stringrequiredQodana token used to publish analysis results to Qodana cloud.
Secret recommendedDefault: none
args
stringrequiredArguments passed to Qodana command. For example --baseline or --failure-threshold
Default: none