commit | a2ee5faf7fdf913130c2b2268c6c86d94fba002b | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Tue Feb 19 09:14:34 2019 -0800 |
committer | Kailash <kailash@onlab.us> | Tue Feb 19 09:14:34 2019 -0800 |
tree | 38515a2f1cdadebbedf92a684443f96a8034c1f9 | |
parent | c5d43833468a738c3a52aa217a64e00590b3ef96 [diff] |
setting pipeline timeout in siab tests Change-Id: I4012fd05d9a21bd7371fcccbceecefeb35a49743
diff --git a/jjb/pipeline/siab-test.groovy b/jjb/pipeline/siab-test.groovy index 98198ba..cb56b00 100644 --- a/jjb/pipeline/siab-test.groovy +++ b/jjb/pipeline/siab-test.groovy
@@ -7,6 +7,10 @@ label "${params.executorNode}" } + options { + timeout(time: 1, unit: 'HOURS') + } + stages { stage ("Clean workspace") {
diff --git a/jjb/pipeline/siab.groovy b/jjb/pipeline/siab.groovy index 7e839a2..72118eb 100644 --- a/jjb/pipeline/siab.groovy +++ b/jjb/pipeline/siab.groovy
@@ -7,6 +7,10 @@ label "${params.executorNode}" } + options { + timeout(time: 1, unit: 'HOURS') + } + stages { stage ("Clean workspace") {