Fix the CI build?
This commit is contained in:
parent
15dcdfe39c
commit
e6fdea28d4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -37,6 +37,7 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
agent any {
|
||||
sh 'php composer.phar run-script coverage'
|
||||
step([
|
||||
$class: 'CloverPublisher',
|
||||
@ -47,3 +48,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user