Fix the CI build?
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
This commit is contained in:
parent
86c7812f47
commit
eb2f4d95b6
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user