bump artifact limits to 30

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-08-29 08:56:14 -04:00
parent aff20395f3
commit 60b343ef16
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
4 changed files with 8 additions and 16 deletions

View File

@ -3,9 +3,9 @@ pipeline {
options { options {
buildDiscarder(logRotator( buildDiscarder(logRotator(
numToKeepStr: '20', numToKeepStr: '30',
daysToKeepStr: '30', daysToKeepStr: '30',
artifactNumToKeepStr: '10', artifactNumToKeepStr: '30',
)) ))
} }

View File

@ -1,19 +1,11 @@
pipeline { pipeline {
agent { label 'fastlane' } agent { label 'fastlane' }
parameters {
booleanParam(
name: 'RUN_E2E',
defaultValue: false,
description: 'If true triggers end-to-end tests.'
)
}
options { options {
buildDiscarder(logRotator( buildDiscarder(logRotator(
numToKeepStr: '20', numToKeepStr: '30',
daysToKeepStr: '30', daysToKeepStr: '30',
artifactNumToKeepStr: '10', artifactNumToKeepStr: '30',
)) ))
} }

View File

@ -3,9 +3,9 @@ pipeline {
options { options {
buildDiscarder(logRotator( buildDiscarder(logRotator(
numToKeepStr: '20', numToKeepStr: '30',
daysToKeepStr: '30', daysToKeepStr: '30',
artifactNumToKeepStr: '10', artifactNumToKeepStr: '30',
)) ))
} }

View File

@ -3,9 +3,9 @@ pipeline {
options { options {
buildDiscarder(logRotator( buildDiscarder(logRotator(
numToKeepStr: '20', numToKeepStr: '30',
daysToKeepStr: '30', daysToKeepStr: '30',
artifactNumToKeepStr: '10', artifactNumToKeepStr: '30',
)) ))
} }