Skip to content

Commit

Permalink
testing another pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Mar 19, 2020
1 parent f5e9aee commit 26a8b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +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-*',
'target/kibana-siem/**/*',
'target/kibana-*/**/*',
//'target/kibana-siem/**/*',
'target/junit/**/*',
'test/**/screenshots/**/*.png',
'test/functional/failure_debug/html/*.html',
Expand Down

0 comments on commit 26a8b70

Please sign in to comment.