Skip to content
Snippets Groups Projects
Commit 51c825c2 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[Jenkins] Added 3 hour timeout to Jenkins jobs.

parent 358622a3
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ pipeline {
ansiColor('xterm')
timestamps()
buildDiscarder(logRotator(numToKeepStr: '30', artifactNumToKeepStr: '10'))
timeout(time: 3, unit: 'HOURS')
}
stages {
// *************************** Git Check **********************************
......
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