mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[APM-UI][e2e] discard CI builds more often (#102217)
This commit is contained in:
parent
5c90bacce5
commit
aa97040bb6
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ pipeline {
|
|||
BASE_DIR = 'src/github.com/elastic/kibana'
|
||||
HOME = "${env.WORKSPACE}"
|
||||
E2E_DIR = 'x-pack/plugins/apm/e2e'
|
||||
PIPELINE_LOG_LEVEL = 'DEBUG'
|
||||
PIPELINE_LOG_LEVEL = 'INFO'
|
||||
KBN_OPTIMIZER_THEMES = 'v7light'
|
||||
}
|
||||
options {
|
||||
timeout(time: 1, unit: 'HOURS')
|
||||
buildDiscarder(logRotator(numToKeepStr: '40', artifactNumToKeepStr: '20', daysToKeepStr: '30'))
|
||||
buildDiscarder(logRotator(numToKeepStr: '30', artifactNumToKeepStr: '10', daysToKeepStr: '30'))
|
||||
timestamps()
|
||||
ansiColor('xterm')
|
||||
disableResume()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue