Commit ceb0b225 authored by Serdar TURKEL's avatar Serdar TURKEL

sonarqube conf 2

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