Skip to content

Instantly share code, notes, and snippets.

@azeezat
Created July 3, 2019 14:09
Show Gist options
  • Save azeezat/61f9a577d8bdd41b0d168994fd5e8f32 to your computer and use it in GitHub Desktop.
Save azeezat/61f9a577d8bdd41b0d168994fd5e8f32 to your computer and use it in GitHub Desktop.
Sonarqube properties
sonar.host.url=put the url to your sonarqube server here
sonar.projectKey=my-project
sonar.projectName=put the name of the project on jenkins here
sonar.projectVersion=1.0
sonar.sources=C:/Program Files (x86)/Jenkins/workspace/put the name of the project on jenkins here
sonar.exclusions=node_modules/**, coverage/**, public/**, build/**, **/__tests__/**
sonar.javascript.lcov.reportPaths=coverage/lcov.info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment