修复sonarQube工具声明语法
This commit is contained in:
parent
dfe8f165c4
commit
712d36bf22
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -9,8 +9,8 @@ pipeline {
|
||||
|
||||
tools {
|
||||
go 'go' // 使用Jenkins手动配置的Go工具
|
||||
// 添加SonarQube Scanner工具
|
||||
sonarQubeScanner 'sonarQube'
|
||||
// 修复:使用正确的SonarQube Scanner工具类型
|
||||
'hudson.plugins.sonar.SonarRunnerInstallation' 'sonarQube'
|
||||
}
|
||||
|
||||
environment {
|
||||
|
Loading…
x
Reference in New Issue
Block a user