Skip to content

Commit 24ec276

Browse files
committed
Fix CI build GCP log upload URL in build scans
(cherry picked from commit af930a7)
1 parent 2a2df89 commit 24ec276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/build-scan.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ buildScan {
6262

6363
tag 'CI'
6464
link 'CI Build', buildUrl
65-
link 'GCP Upload', "https://console.cloud.google.com/storage/_details/elasticsearch-ci-artifacts/jobs/${jobName}/build/${buildNumber}.tar.bz2"
65+
link 'GCP Upload', "https://console.cloud.google.com/storage/browser/_details/elasticsearch-ci-artifacts/jobs/${URLEncoder.encode(jobName, "UTF-8")}/build/${buildNumber}.tar.bz2"
6666
value 'Job Number', buildNumber
6767

6868
System.getenv().getOrDefault('NODE_LABELS', '').split(' ').each {

0 commit comments

Comments
 (0)