Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 155a327

Browse files
authored
Fix diagnostic archive wildcard for Tanzu pipeline (elastic#4895)
1 parent ca323a3 commit 155a327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/pipelines/e2e-tests-tanzu.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pipeline {
4242
failedTests = lib.getListOfFailedTests()
4343
googleStorageUpload bucket: "gs://devops-ci-artifacts/jobs/$JOB_NAME/$BUILD_NUMBER",
4444
credentialsId: "devops-ci-gcs-plugin",
45-
pattern: "*.tgz",
45+
pattern: "*.zip",
4646
sharedPublicly: true,
4747
showInline: true
4848
}

0 commit comments

Comments
 (0)