From e18a1b966ece95fbc0ac9d641d02a224601148ea Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 14 2018 14:55:35 +0000 Subject: Adjust the cico.pipeline file to work as desired Signed-off-by: Pierre-Yves Chibon --- diff --git a/.cico.pipeline b/.cico.pipeline index 366146f..5031f27 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -25,7 +25,7 @@ node('pagure') { try { stage('Pre Setup Node'){ // Install EPEL - onmyduffynode 'yum -y install epel-release' + onmyduffynode 'yum -y install epel-release git' } stage('Clone Test Suite') { @@ -33,7 +33,7 @@ node('pagure') { } stage('Run Test Suite') { - timeout(6, 'HOURS') { + timeout(time: 6, unit: 'HOURS') { onmyduffynode 'cd pagure && sh ./run_ci_tests.sh' } }