We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a004402 commit b9820cfCopy full SHA for b9820cf
1 file changed
vars/kibanaPipeline.groovy
@@ -86,7 +86,7 @@ def withGcsArtifactUpload(workerName, closure) {
86
def uploadPrefix = "kibana-ci-artifacts/jobs/${env.JOB_NAME}/${BUILD_NUMBER}/${workerName}"
87
def ARTIFACT_PATTERNS = [
88
'target/kibana-*',
89
- 'target/kibana-siem/**/*.png',
+ 'target/kibana-security-solution/**/*.png',
90
'target/junit/**/*',
91
'test/**/screenshots/**/*.png',
92
'test/functional/failure_debug/html/*.html',
0 commit comments