Skip to content

Instantly share code, notes, and snippets.

@dannybarrientos
Last active September 9, 2019 14:36
Show Gist options
  • Save dannybarrientos/89b69e76d1fd2e0d79ac26c160c7c0be to your computer and use it in GitHub Desktop.
Save dannybarrientos/89b69e76d1fd2e0d79ac26c160c7c0be to your computer and use it in GitHub Desktop.
Capacitacion Azure DevOps
Url sonar http://sonardemodevops.eastus.cloudapp.azure.com:9000/
Token Sonar 0b4a2d64de6c5084be061407e904a7a1674c20f7
En Proyect_Key agregamos : $(Build.Repository.Name)
En Project Name agregamos: $(Build.Repository.Name)
sonar.java.binaries= build/classes
sonar.java.binaries=/build/libs
sonar.branch.name=$(Build.SourceBranchName)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment