Skip to content
Snippets Groups Projects
Commit 219f05d0 authored by Reiner Jung's avatar Reiner Jung
Browse files

Fixed timeout

parent 1b4f7a83
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,6 @@
pipeline {
options {
timeout(time: 4, unit: 'HOURS')
}
agent { label "build-node8" }
environment {
......@@ -14,7 +10,7 @@ pipeline {
options {
buildDiscarder logRotator(artifactNumToKeepStr: '10')
timeout(time: 150, unit: 'MINUTES')
timeout(time: 4, unit: 'HOURS')
retry(1)
parallelsAlwaysFailFast()
}
......
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