1
0
Fork 0

added timeoue

This commit is contained in:
Christian Kühnel 2020-02-19 09:21:21 +01:00
parent 4a19cec6e9
commit a2aa628706

View file

@ -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 {