Remove non-fonctional "JOB_NAME" custom value in build scans

It doesn't seem to work as we get "JOB null" on every build scan.
Even if it worked, it would most likely only display the top-level job,
e.g. `hibernate-orm-pipeline` on Jenkins, which doesn't give much
information.
This commit is contained in:
Yoann Rodière 2024-03-21 14:58:51 +01:00 committed by Christian Beikov
parent 9f9991d893
commit 2e6ac15aab
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ gradleEnterprise {
uploadInBackground = !settings.ext.isCiEnvironment
if ( settings.ext.isCiEnvironment ) {
tag "JOB ${System.getenv('JOB_NAME')}"
}
tag "JDK ${JavaVersion.current().toString()}"
String db = rootProject.hasProperty( 'db' ) ? rootProject.properties.db : 'h2'
tag db