Skip to content
Snippets Groups Projects

Add 30m build timeout to Jenkins file

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