Commit ee5b3b18 by Administrator

Update Jenkinsfile

parent 6a7c5adf
Pipeline #89 failed with stage
in 0 seconds
node { node {
stage('SCM') {
git 'git@git.zhiweidata.top:root/print-demo.git'
}
stage('SonarQube analysis') { stage('SonarQube analysis') {
withSonarQubeEnv('sonar') { withSonarQubeEnv('sonar') {
sh 'pwd' sh 'pwd'
......
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