From a2aa62870615b71652014070745d1c016b19a944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Wed, 19 Feb 2020 09:21:21 +0100 Subject: [PATCH] added timeoue --- Jenkins/Phabricator-windows-pipeline/Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile index 99c70fe..0d79d67 100644 --- a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile @@ -31,6 +31,9 @@ pipeline { RESULT_DIR = "${WORKSPACE}\\results" LLVM_DIR = "${WORKSPACE}\\llvm-project" } + options { + timeout(time:2, unit:'HOURS') + } stages { stage("build info"){ steps {