diff --git a/Jenkinsfile b/Jenkinsfile index 15dc3799f..26a2e86e5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { stage ('compile') { steps { withCredentials([string(credentialsId: 'authme-coveralls-token', variable: 'COVERALLS_TOKEN')]) { - sh 'mvn verify coveralls:report -DrepoToken=${COVERALLS_TOKEN}' + sh 'mvn clean verify coveralls:report -DrepoToken=${COVERALLS_TOKEN}' } } post {