|
@@ -23,7 +23,7 @@ pipeline {
|
|
|
|
|
|
options {
|
|
options {
|
|
buildDiscarder(logRotator(numToKeepStr: '5'))
|
|
buildDiscarder(logRotator(numToKeepStr: '5'))
|
|
- timeout (time: 20, unit: 'HOURS')
|
|
|
|
|
|
+ timeout (time: 24, unit: 'HOURS')
|
|
timestamps()
|
|
timestamps()
|
|
checkoutToSubdirectory('src')
|
|
checkoutToSubdirectory('src')
|
|
}
|
|
}
|