修复sonarQube工具声明语法

This commit is contained in:
wangtianqi 2025-06-25 15:35:05 +08:00
parent dfe8f165c4
commit 712d36bf22

4
Jenkinsfile vendored
View File

@ -9,8 +9,8 @@ pipeline {
tools {
go 'go' // 使用Jenkins手动配置的Go工具
// 添加SonarQube Scanner工具
sonarQubeScanner 'sonarQube'
// 修复使用正确的SonarQube Scanner工具类型
'hudson.plugins.sonar.SonarRunnerInstallation' 'sonarQube'
}
environment {