Skip to content
Snippets Groups Projects
Unverified Commit 57ba0f19 authored by Frederic Gurr's avatar Frederic Gurr :construction_worker: Committed by GitHub
Browse files

Add timeout to Jenkinsfile

parent 639f959f
Branches main
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ pipeline {
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
timeout(time: 15, unit: 'MINUTES')
}
triggers {
......
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