diff --git a/Jenkinsfile b/Jenkinsfile index 4e2f08080..26dae39ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { "static-analysis" : { node("build") { unstash "sources" - withMaven("M3") { + withMaven(maven:"M3") { withSonarQubeEnv('sonarqube') { sh 'mvn sonar:sonar' }