Skip to content
Snippets Groups Projects

Add 30m build timeout to Jenkins build file

Merged Martin Lowe requested to merge (removed):malowe/master/jenkins-build-to into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -33,6 +33,7 @@
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
timeout(time: 30, unit: 'MINUTES')
}
triggers {
Loading