Commit 6a7c5adf by Administrator

Update Jenkinsfile

parent 025c12cc
Pipeline #88 failed with stage
in 2 seconds
node {
stage('SonarQube analysis') {
withSonarQubeEnv('sonar') {
sh 'pwd'
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