From 12bbb9bf52e9aadff879ed43322219529d2f69ae Mon Sep 17 00:00:00 2001 From: msb_134187 Date: Wed, 22 May 2024 15:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 06493a9..30bc331 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { } stage('maven打包') { // 阶段2:使用maven进行应用打包 steps { - echo 'sonar质量检测--成功' // 打印信息表示质量检测阶段成功完成 + sh 'echo 123' } } stage('sonar质量检测') { // 阶段3:使用Sonar进行代码质量检测