Forgot to clean the workspace

This commit is contained in:
Gabriele C 2018-03-18 19:07:01 +01:00
parent fdbe628f60
commit bb32833109

2
Jenkinsfile vendored
View File

@ -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 {