From 712d36bf2266ca780d11933bbe3cea8c9d035b64 Mon Sep 17 00:00:00 2001 From: wangtianqi <1350217033@qq.com> Date: Wed, 25 Jun 2025 15:35:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DsonarQube=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a1bca1f..2e97042 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,8 +9,8 @@ pipeline { tools { go 'go' // 使用Jenkins手动配置的Go工具 - // 添加SonarQube Scanner工具 - sonarQubeScanner 'sonarQube' + // 修复:使用正确的SonarQube Scanner工具类型 + 'hudson.plugins.sonar.SonarRunnerInstallation' 'sonarQube' } environment {