Fix the CI build?
This commit is contained in:
parent
e6fdea28d4
commit
b2361c57c2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -37,7 +37,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
agent any {
|
node('Coverage') {
|
||||||
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