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

Add timeout

Please add a timeout to all projects and all branches.
parent a838d3f3
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,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