Commit 5263192a by Administrator

Update Jenkinsfile

parent 1f27fd5e
Pipeline #92 failed with stage
in 0 seconds
......@@ -9,7 +9,7 @@ pipeline {
stage('build && SonarQube analysis') {
steps {
withSonarQubeEnv('sonar') {
withMaven(maven:'maven') {
withMaven(maven) {
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