Jenkinsfile

main v3.0.3
liangjiajie 1 year ago
parent 26c7aa3c79
commit d1685c144b

8
Jenkinsfile vendored

@ -14,7 +14,13 @@ pipeline {
}
stage('maven') {
steps {
sh './deploy.sh'
timeout(time: 10, unit: 'SECONDS') {
sh '''
#!/bin/bash
set -x
echo 1111111
'''
}
}
}
stage('sonar质量检测') { // 阶段3:使用Sonar进行代码质量检测

Loading…
Cancel
Save