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