Commit 5eae4400 authored by Fernando Vazquez's avatar Fernando Vazquez

Added sonarqube stage

parent 0bc438ec
......@@ -20,7 +20,7 @@ pipeline {
}
stage('SonarQube Analysis') {
steps{
withSonarQubeEnv('SonarQube Server') {
withSonarQubeEnv('Sonarqube') {
sh "mvn clean verify sonar:sonar -Dsonar.projectKey=hello-spring"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment