Skip to content
Snippets Groups Projects

Add 30m timeout to Jenkins build file

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -99,6 +99,7 @@ pipeline {
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
timeout(time: 30, unit: 'MINUTES')
}
stages {
Loading