Skip to content

Commit b9820cf

Browse files
committed
fixes screenshots upload (#69392)
1 parent a004402 commit b9820cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vars/kibanaPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def withGcsArtifactUpload(workerName, closure) {
8686
def uploadPrefix = "kibana-ci-artifacts/jobs/${env.JOB_NAME}/${BUILD_NUMBER}/${workerName}"
8787
def ARTIFACT_PATTERNS = [
8888
'target/kibana-*',
89-
'target/kibana-siem/**/*.png',
89+
'target/kibana-security-solution/**/*.png',
9090
'target/junit/**/*',
9191
'test/**/screenshots/**/*.png',
9292
'test/functional/failure_debug/html/*.html',

0 commit comments

Comments
 (0)