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.上传pom.xml配置文件
tags/v0.8.0a
kira
2 years ago
parent
c33310aef3
commit
b88dc5b759
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
Jenkinsfile
+ 3
- 3
Jenkinsfile
View File
@@ -13,9 +13,9 @@ node {
}
// 代码静态检查
stage('Maven Package and Sonar') {
withMaven(jdk:'JDK'){
sh "${mavenPath}/bin/mvn clean package -e -U -Dmaven.test.skip=true sonar:sonar"
}
sh "${mavenPath}/bin/mvn clean package -e -U -Dmaven.test.skip=true sonar:sonar"
//script {
//引入Jenkins SonarQube-Scanner全局工具 "全局配置中以SonarQube-Scanner命名的工具"
Write
Preview
Loading…
Cancel
Save