-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix link to GCP upload in build scans #48248
Conversation
Also changed the name of the link to make it less confusing
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment regarding naming, otherwise LGTM.
gradle/build-scan.gradle
Outdated
@@ -18,8 +18,8 @@ buildScan { | |||
tag 'CI' | |||
tag System.getenv('JOB_NAME') | |||
link 'Jenkins Build', System.getenv('BUILD_URL') | |||
link 'GCP Upload', | |||
"https://console.cloud.google.com/storage/elasticsearch-ci-artifacts/jobs/${jobName}/${buildNumber}.tar.bz2" | |||
link 'GCP Logs', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm inclined to call this something more like "Build Logs" or "Additional build logs". The "GCP" bit here is irrelevant. If these were stored in S3 it would make no functional difference.
@elasticmachine update branch |
1 similar comment
@elasticmachine update branch |
* Fix link to GCP upload in build scans Also changed the name of the link to make it less confusing * Change the name
* Fix link to GCP upload in build scans Also changed the name of the link to make it less confusing * Change the name
* Fix link to GCP upload in build scans Also changed the name of the link to make it less confusing * Change the name
* Fix link to GCP upload in build scans Also changed the name of the link to make it less confusing * Change the name
Also changed the name of the link to make it less confusing