diff --git a/Jenkinsfile b/Jenkinsfile index adbc168cc..0dd28d227 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,6 +16,7 @@ pipeline { steps { withSonarQubeEnv('SONAR_CLOUD') { sh 'mvn clean package sonar:sonar' + } } } stage('Gathering the artifacts & test results') {