jenkins/sdk: increased timeout from 5 to 8 hours
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
ea6bd036e1
commit
cd3de28e5b
|
|
@ -26,7 +26,7 @@ pipeline {
|
|||
}
|
||||
|
||||
options {
|
||||
timeout(time: 5, unit: 'HOURS')
|
||||
timeout(time: 8, unit: 'HOURS')
|
||||
buildDiscarder(
|
||||
logRotator(numToKeepStr: '5')
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue