Skip to content

Commit 19f719c

Browse files
[SIEM] Cypress screenshots upload to google cloud (#60556)
* 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]>
1 parent c3957d8 commit 19f719c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vars/kibanaPipeline.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def withGcsArtifactUpload(workerName, closure) {
9898
def uploadPrefix = "kibana-ci-artifacts/jobs/${env.JOB_NAME}/${BUILD_NUMBER}/${workerName}"
9999
def ARTIFACT_PATTERNS = [
100100
'target/kibana-*',
101+
'target/kibana-siem/**/*.png',
101102
'target/junit/**/*',
102103
'test/**/screenshots/**/*.png',
103104
'test/functional/failure_debug/html/*.html',

0 commit comments

Comments
 (0)