Commit ceb0b225 authored by Serdar TURKEL's avatar Serdar TURKEL

sonarqube conf 2

parent 1df7418f
...@@ -20,8 +20,12 @@ pipeline { ...@@ -20,8 +20,12 @@ pipeline {
} }
stages { stages {
stage('SonarQube Analysis') { stage('SonarQube Analysis') {
withSonarQubeEnv() { steps{
sh "mvn clean verify sonar:sonar -Dsonar.projectKey=root_springtemplate_AYZftR_ZzMb5kwrVJ5Oy" script {
withSonarQubeEnv() {
sh "mvn clean verify sonar:sonar -Dsonar.projectKey=root_springtemplate_AYZftR_ZzMb5kwrVJ5Oy"
}
}
} }
} }
stage('Maven Build') { stage('Maven Build') {
......
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