mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 04:45:19 +00:00
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…
x
Reference in New Issue
Block a user