Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created June 7, 2022 06:30
Show Gist options
  • Save Mishco/a8de9def8b314e8c11befeb1c59f48b5 to your computer and use it in GitHub Desktop.
Save Mishco/a8de9def8b314e8c11befeb1c59f48b5 to your computer and use it in GitHub Desktop.
addons:
sonarcloud:
organization: "NAME_YOUR_SONARCLOUD_ORGANZITION"
token:
secure: $SONAR_TOKEN
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment