Skip to content

Commit 840bb3b

Browse files
authored
add timeout (#783)
1 parent 83541ec commit 840bb3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ pipeline {
55
}
66

77
}
8+
options {
9+
timeout(30)
10+
}
811
stages {
912
stage('build') {
1013
steps {

0 commit comments

Comments
 (0)