Skip to content
Snippets Groups Projects
Commit e602591c authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Added 30m timeout to Jenkins build file

parent 540b8af8
No related branches found
No related tags found
1 merge request!30Added 30m timeout to Jenkins build file
Pipeline #3662 passed
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
options { options {
buildDiscarder(logRotator(numToKeepStr: '10')) buildDiscarder(logRotator(numToKeepStr: '10'))
timeout(time: 30, unit: 'MINUTES')
} }
tools { tools {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment