This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
develop
/
digimeta-MultiSaas
Watch
12
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
149
Wiki
Activity
Browse Source
yinruoxi:
1.上传jenkins文件
tags/v0.8.0a
kira
2 years ago
parent
5bd7f1aca9
commit
b35d3b4533
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Jenkinsfile
+ 1
- 1
Jenkinsfile
View File
@@ -17,7 +17,7 @@ node {
scannerHome = tool 'SonarQube-Scanner'
}
//引用SonarQube环境 "系统配置中配置的SonarQube servers的name值 "
withSonarQubeEnv('
s
onar') {
withSonarQubeEnv('
S
onar') {
//执行sonar-scanner命令
sh "${scannerHome}/bin/sonar-scanner"
}
Write
Preview
Loading…
Cancel
Save