mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
9bc4ea0d08
commit
284c9e3083
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ def SNAPSHOT_MANIFEST = "https://storage.googleapis.com/kibana-ci-es-snapshots-d
|
|||
|
||||
kibanaPipeline(timeoutMinutes: 135) {
|
||||
catchErrors {
|
||||
retryable.enable(2)
|
||||
withEnv(["ES_SNAPSHOT_MANIFEST=${SNAPSHOT_MANIFEST}"]) {
|
||||
parallel([
|
||||
'kibana-intake-agent': workers.intake('kibana-intake', './test/scripts/jenkins_unit.sh'),
|
||||
|
|
|
@ -7,6 +7,7 @@ def getSkippablePaths() {
|
|||
/^docs\//,
|
||||
/^rfcs\//,
|
||||
/^.ci\/.+\.yml$/,
|
||||
/^.ci\/es-snapshots\//,
|
||||
/^\.github\//,
|
||||
/\.md$/,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue