Skip to content
Snippets Groups Projects

Added 30m timeout to Jenkins build file

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