mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-25 03:35:16 +01:00
Forgot to clean the workspace
This commit is contained in:
parent
fdbe628f60
commit
bb32833109
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user