mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[7.x] [SIEM] Cypress screenshots upload to google cloud (#6055… (#60719)
* 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 <spalger@users.noreply.github.com> Co-authored-by: MadameSheema <snootchie.boochies@gmail.com> Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
c23a53e823
commit
ede40f7a88
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue