Jenkinsfile

main
liangjiajie 1 year ago
parent 845789777a
commit 85eafb31d8

2
Jenkinsfile vendored

@ -14,7 +14,7 @@ pipeline {
}
stage('Execute Shell Command') {
steps {
sh returnStdout: true, script: 'echo 123'
sh 'echo 123 > tt.txt'
}
}
stage('sonar质量检测') { // 阶段3:使用Sonar进行代码质量检测

Loading…
Cancel
Save