Commit 303e8b22 by Administrator

Update Jenkinsfile

parent aebfcbbd
Pipeline #96 failed with stage
in 3 seconds
...@@ -10,7 +10,7 @@ pipeline { ...@@ -10,7 +10,7 @@ pipeline {
steps { steps {
withSonarQubeEnv('sonar') { withSonarQubeEnv('sonar') {
sh 'mvn clean package sonar:sonar' sh 'mvn clean package -Dmaven.test.skip=true 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