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 {
|
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user