Fix the CI build?
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2021-02-05 20:16:55 -05:00
parent f88b8edeed
commit 86c7812f47
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -37,7 +37,8 @@ pipeline {
} }
post { post {
success { success {
node('Coverage') { agent any
node {
sh 'php composer.phar run-script coverage' sh 'php composer.phar run-script coverage'
step([ step([
$class: 'CloverPublisher', $class: 'CloverPublisher',