Fix the CI build?
timw4mail/HummingBirdAnimeClient/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Timothy Warren 2021-02-05 20:05:33 -05:00
parent 3841bba923
commit f88b8edeed
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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