Commit 025c12cc by Administrator

Update Jenkinsfile

parent dc9d0865
Pipeline #87 failed with stage
in 0 seconds
node {
stage('SonarQube analysis') {
withSonarQubeEnv('sonar') {
sh 'mvn clean package sonar:sonar'
sh '/usr/local/apache-maven-3.6.2/bin/mvn 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