Skip to content

Commit

Permalink
Fix CI build GCP log upload URL in build scans
Browse files Browse the repository at this point in the history
(cherry picked from commit af930a7)
  • Loading branch information
mark-vieira committed Feb 24, 2021
1 parent 111afab commit 4cd6c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/build-scan.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ buildScan {
}

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

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

0 comments on commit 4cd6c6c

Please sign in to comment.