Fix the CI build?

This commit is contained in:
Timothy Warren 2021-02-05 20:21:05 -05:00
parent 4342b2e795
commit 48dcaa4bcb
1 changed files with 5 additions and 7 deletions

6
Jenkinsfile vendored
View File

@ -34,11 +34,9 @@ pipeline {
sh 'php ./vendor/bin/phpunit --colors=never' sh 'php ./vendor/bin/phpunit --colors=never'
} }
} }
} stage('Coverage') {
post {
success {
agent any agent any
node { steps {
sh 'php composer.phar run-script coverage' sh 'php composer.phar run-script coverage'
step([ step([
$class: 'CloverPublisher', $class: 'CloverPublisher',