From 86c7812f470ca5ea27e56c2e5925fb97c5a3decb Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 5 Feb 2021 20:16:55 -0500 Subject: [PATCH] Fix the CI build? --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 26a1b7fa..9bc755fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,8 @@ pipeline { } post { success { - node('Coverage') { + agent any + node { sh 'php composer.phar run-script coverage' step([ $class: 'CloverPublisher',