1
0
Fork 0

added timeouts to master builds

This commit is contained in:
Christian Kühnel 2020-04-24 08:49:41 +02:00
parent 184d216b24
commit 55f26c0f75
2 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,9 @@ pipeline {
TARGET_DIR="/mnt/nfs/results/${BUILD_ID}"
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
}
options {
timeout(time:2, unit:'HOURS')
}
stages {
stage("git checkout"){
steps {

View file

@ -34,6 +34,9 @@ pipeline {
RESULT_DIR = "${WORKSPACE}\\results"
LLVM_DIR = "${WORKSPACE}\\llvm-project"
}
options {
timeout(time:2, unit:'HOURS')
}
stages {
stage("git checkout"){
steps {