Commit 9374d3a9 by Administrator

Update Jenkinsfile

parent 5263192a
Pipeline #93 failed with stage
in 0 seconds
...@@ -9,9 +9,9 @@ pipeline { ...@@ -9,9 +9,9 @@ pipeline {
stage('build && SonarQube analysis') { stage('build && SonarQube analysis') {
steps { steps {
withSonarQubeEnv('sonar') { withSonarQubeEnv('sonar') {
withMaven(maven) {
sh 'mvn clean package sonar:sonar' sh 'mvn clean package sonar:sonar'
}
} }
} }
} }
......
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