|
|
@ -654,7 +654,7 @@ pipeline { |
|
|
|
CI = true |
|
|
|
CI = true |
|
|
|
} |
|
|
|
} |
|
|
|
options { |
|
|
|
options { |
|
|
|
buildDiscarder(logRotator(numToKeepStr: '5')) |
|
|
|
buildDiscarder(logRotator(numToKeepStr: '2', artifactDaysToKeepStr: '30')) |
|
|
|
timeout(time: 60, unit: 'MINUTES') |
|
|
|
timeout(time: 60, unit: 'MINUTES') |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|