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