bump artifact limits to 30
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
aff20395f3
commit
60b343ef16
|
@ -3,9 +3,9 @@ pipeline {
|
|||
|
||||
options {
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '20',
|
||||
numToKeepStr: '30',
|
||||
daysToKeepStr: '30',
|
||||
artifactNumToKeepStr: '10',
|
||||
artifactNumToKeepStr: '30',
|
||||
))
|
||||
}
|
||||
|
||||
|
|
|
@ -1,19 +1,11 @@
|
|||
pipeline {
|
||||
agent { label 'fastlane' }
|
||||
|
||||
parameters {
|
||||
booleanParam(
|
||||
name: 'RUN_E2E',
|
||||
defaultValue: false,
|
||||
description: 'If true triggers end-to-end tests.'
|
||||
)
|
||||
}
|
||||
|
||||
options {
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '20',
|
||||
numToKeepStr: '30',
|
||||
daysToKeepStr: '30',
|
||||
artifactNumToKeepStr: '10',
|
||||
artifactNumToKeepStr: '30',
|
||||
))
|
||||
}
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@ pipeline {
|
|||
|
||||
options {
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '20',
|
||||
numToKeepStr: '30',
|
||||
daysToKeepStr: '30',
|
||||
artifactNumToKeepStr: '10',
|
||||
artifactNumToKeepStr: '30',
|
||||
))
|
||||
}
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@ pipeline {
|
|||
|
||||
options {
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '20',
|
||||
numToKeepStr: '30',
|
||||
daysToKeepStr: '30',
|
||||
artifactNumToKeepStr: '10',
|
||||
artifactNumToKeepStr: '30',
|
||||
))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue