From 9387c97d562c3a726bc0cb8501390c23c06af5a4 Mon Sep 17 00:00:00 2001 From: wangtianqi <1350217033@qq.com> Date: Wed, 25 Jun 2025 16:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E5=9C=A8Pipeline?= =?UTF-8?q?=E4=B8=AD=E4=BD=BF=E7=94=A8withSonarQubeEnv=E6=9D=A5=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E9=85=8D=E7=BD=AE=20=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=9C=A8tools=E4=B8=AD=E9=A2=9D=E5=A4=96=E5=A3=B0=E6=98=8E?= 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 ebe1f0e..f7db5ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { tools { go 'go' // 使用Jenkins手动配置的Go工具 - hudson.plugins.sonar.SonarRunnerInstallation 'sonarQube' // 使用Jenkins配置的SonarQube工具 + } environment {