mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-21 14:21:28 +01:00
Force jacoco execution
This commit is contained in:
parent
bb32833109
commit
bafe102151
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -31,7 +31,7 @@ pipeline {
|
|||||||
stage ('compile') {
|
stage ('compile') {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([string(credentialsId: 'authme-coveralls-token', variable: 'COVERALLS_TOKEN')]) {
|
withCredentials([string(credentialsId: 'authme-coveralls-token', variable: 'COVERALLS_TOKEN')]) {
|
||||||
sh 'mvn clean verify coveralls:report -DrepoToken=${COVERALLS_TOKEN}'
|
sh 'mvn clean verify jacoco:report coveralls:report -DrepoToken=${COVERALLS_TOKEN}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
Loading…
Reference in New Issue
Block a user