Fix the CI build?
This commit is contained in:
parent
4342b2e795
commit
48dcaa4bcb
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -34,11 +34,9 @@ pipeline {
|
|||||||
sh 'php ./vendor/bin/phpunit --colors=never'
|
sh 'php ./vendor/bin/phpunit --colors=never'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
stage('Coverage') {
|
||||||
post {
|
agent any
|
||||||
success {
|
steps {
|
||||||
agent any
|
|
||||||
node {
|
|
||||||
sh 'php composer.phar run-script coverage'
|
sh 'php composer.phar run-script coverage'
|
||||||
step([
|
step([
|
||||||
$class: 'CloverPublisher',
|
$class: 'CloverPublisher',
|
||||||
@ -46,7 +44,7 @@ pipeline {
|
|||||||
cloverReportFileName: 'build/logs/clover.xml',
|
cloverReportFileName: 'build/logs/clover.xml',
|
||||||
])
|
])
|
||||||
junit 'build/logs/junit.xml'
|
junit 'build/logs/junit.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user