Fix the CI build?
This commit is contained in:
parent
f88b8edeed
commit
86c7812f47
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -37,7 +37,8 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
node('Coverage') {
|
||||
agent any
|
||||
node {
|
||||
sh 'php composer.phar run-script coverage'
|
||||
step([
|
||||
$class: 'CloverPublisher',
|
||||
|
Loading…
Reference in New Issue
Block a user