Skip to content

Commit

Permalink
only limit uploads from kibana-siem directory
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 20, 2020
1 parent 5cbd19e commit 1c3b499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ def uploadCoverageArtifacts(prefix, pattern) {
def withGcsArtifactUpload(workerName, closure) {
def uploadPrefix = "kibana-ci-artifacts/jobs/${env.JOB_NAME}/${BUILD_NUMBER}/${workerName}"
def ARTIFACT_PATTERNS = [
'target/kibana-*/**/*.png',
'target/kibana-*',
'target/kibana-siem/**/*.png',
'target/junit/**/*',
'test/**/screenshots/**/*.png',
'test/functional/failure_debug/html/*.html',
Expand Down

0 comments on commit 1c3b499

Please sign in to comment.