added timeoue
This commit is contained in:
parent
4a19cec6e9
commit
a2aa628706
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ pipeline {
|
||||||
RESULT_DIR = "${WORKSPACE}\\results"
|
RESULT_DIR = "${WORKSPACE}\\results"
|
||||||
LLVM_DIR = "${WORKSPACE}\\llvm-project"
|
LLVM_DIR = "${WORKSPACE}\\llvm-project"
|
||||||
}
|
}
|
||||||
|
options {
|
||||||
|
timeout(time:2, unit:'HOURS')
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("build info"){
|
stage("build info"){
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue