This commit is contained in:
Michaël Pailloncy 2017-03-06 17:41:58 +01:00
parent c109326473
commit db33c0e41d

2
Jenkinsfile vendored
View file

@ -38,7 +38,7 @@ pipeline {
"static-analysis" : {
node("build") {
unstash "sources"
withMaven("M3") {
withMaven(maven:"M3") {
withSonarQubeEnv('sonarqube') {
sh 'mvn sonar:sonar'
}