Skip to content

Commit

Permalink
fix artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jan 28, 2021
1 parent dbffe35 commit 2494b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vars/kibanaCoverage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def uploadBaseWebsiteFiles(prefix) {
def uploadCoverageHtmls(prefix) {
[
'target/kibana-coverage/functional-combined',
//'target/kibana-coverage/jest-combined',
'target/kibana-coverage/jest-combined',
].each { uploadWithVault(prefix, it) }
}

Expand Down
2 changes: 1 addition & 1 deletion vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def withGcsArtifactUpload(workerName, closure) {
def ARTIFACT_PATTERNS = [
'target/junit/**/*',
'target/kibana-*',
'target/kibana-coverage/jest*/**/*',
'target/kibana-coverage/jest/**/*',
'target/kibana-security-solution/**/*.png',
'target/test-metrics/*',
'target/test-suites-ci-plan.json',
Expand Down

0 comments on commit 2494b24

Please sign in to comment.