jenkins: set build timeout from 8h down to 5h
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
f48295d249
commit
d7c7c7af87
|
|
@ -24,7 +24,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timeout(time: 8, unit: 'HOURS')
|
timeout(time: 5, unit: 'HOURS')
|
||||||
buildDiscarder(
|
buildDiscarder(
|
||||||
logRotator(numToKeepStr: '50',
|
logRotator(numToKeepStr: '50',
|
||||||
daysToKeepStr: '3',
|
daysToKeepStr: '3',
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timeout(time: 8, unit: 'HOURS')
|
timeout(time: 5, unit: 'HOURS')
|
||||||
buildDiscarder(
|
buildDiscarder(
|
||||||
logRotator(numToKeepStr: '50',
|
logRotator(numToKeepStr: '50',
|
||||||
daysToKeepStr: '3',
|
daysToKeepStr: '3',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue