jenkins: set build timeout from 8h down to 5h

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-07-07 14:50:20 +02:00
parent f48295d249
commit d7c7c7af87
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ pipeline {
}
options {
timeout(time: 8, unit: 'HOURS')
timeout(time: 5, unit: 'HOURS')
buildDiscarder(
logRotator(numToKeepStr: '50',
daysToKeepStr: '3',

View File

@ -24,7 +24,7 @@ pipeline {
}
options {
timeout(time: 8, unit: 'HOURS')
timeout(time: 5, unit: 'HOURS')
buildDiscarder(
logRotator(numToKeepStr: '50',
daysToKeepStr: '3',