Skip to content

Commit af930a7

Browse files
committed
Fix CI build GCP log upload URL in build scans
1 parent 1aad0fc commit af930a7

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
@@ -63,7 +63,7 @@ buildScan {
6363

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

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

0 commit comments

Comments
 (0)