Skip to content

Commit

Permalink
[SIEM] Cypress screenshots upload to google cloud (#60556)
Browse files Browse the repository at this point in the history
* testing screenshots upload to google cloud

* testing another pattern

* fixes artifact pattern

* uploads only the .png files

* only limit uploads from kibana-siem directory

Co-authored-by: spalger <[email protected]>
  • Loading branch information
MadameSheema and spalger authored Mar 20, 2020
1 parent c3957d8 commit 19f719c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def withGcsArtifactUpload(workerName, closure) {
def uploadPrefix = "kibana-ci-artifacts/jobs/${env.JOB_NAME}/${BUILD_NUMBER}/${workerName}"
def ARTIFACT_PATTERNS = [
'target/kibana-*',
'target/kibana-siem/**/*.png',
'target/junit/**/*',
'test/**/screenshots/**/*.png',
'test/functional/failure_debug/html/*.html',
Expand Down

0 comments on commit 19f719c

Please sign in to comment.