Commit 0bc438ec authored by Fernando Vazquez's avatar Fernando Vazquez

Added sonarqube stage

parent b83ef163
......@@ -20,7 +20,7 @@ pipeline {
}
stage('SonarQube Analysis') {
steps{
withSonarQubeEnv() {
withSonarQubeEnv('SonarQube Server') {
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