We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b257ec2 commit 4b285c4Copy full SHA for 4b285c4
gradle/build-scan.gradle
@@ -19,8 +19,8 @@ buildScan {
19
tag 'CI'
20
tag System.getenv('JOB_NAME')
21
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"
+ link 'Additional Logs',
+ "https://console.cloud.google.com/storage/elasticsearch-ci-artifacts/jobs/${jobName}/build/${buildNumber}.tar.bz2"
24
System.getenv('NODE_LABELS').split(' ').each {
25
value 'Jenkins Worker Label', it
26
}
0 commit comments