Skip to content

Commit 4b285c4

Browse files
committed
Fix link to GCP upload in build scans (elastic#48248)
* Fix link to GCP upload in build scans Also changed the name of the link to make it less confusing * Change the name
1 parent b257ec2 commit 4b285c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/build-scan.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ buildScan {
1919
tag 'CI'
2020
tag System.getenv('JOB_NAME')
2121
link 'Jenkins Build', System.getenv('BUILD_URL')
22-
link 'GCP Upload',
23-
"https://console.cloud.google.com/storage/elasticsearch-ci-artifacts/jobs/${jobName}/${buildNumber}.tar.bz2"
22+
link 'Additional Logs',
23+
"https://console.cloud.google.com/storage/elasticsearch-ci-artifacts/jobs/${jobName}/build/${buildNumber}.tar.bz2"
2424
System.getenv('NODE_LABELS').split(' ').each {
2525
value 'Jenkins Worker Label', it
2626
}

0 commit comments

Comments
 (0)