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

    stringrequired

    Qodana token used to publish analysis results to Qodana cloud.

    Secret recommended

    Default: none

  • args

    stringrequired

    Arguments passed to Qodana command. For example --baseline or --failure-threshold

    Default: none