From bb32833109bfbd051978a98f11aa75a3ea6d564e Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sun, 18 Mar 2018 19:07:01 +0100 Subject: [PATCH] Forgot to clean the workspace --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {