Skip to content

Commit 4cd6c6c

Browse files
committed
Fix CI build GCP log upload URL in build scans
(cherry picked from commit af930a7)
1 parent 111afab commit 4cd6c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/build-scan.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ buildScan {
4949
}
5050

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

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

0 commit comments

Comments
 (0)