Commit ceb0b225 authored by Serdar TURKEL's avatar Serdar TURKEL

sonarqube conf 2

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