Skip to content

Commit 64000ba

Browse files
committed
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.
1 parent 23e996a commit 64000ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gradle/gradle-enterprise.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ gradleEnterprise {
4646

4747
uploadInBackground = !settings.ext.isCiEnvironment
4848

49-
if ( settings.ext.isCiEnvironment ) {
50-
tag "JOB ${System.getenv('JOB_NAME')}"
51-
}
5249
tag "JDK ${JavaVersion.current().toString()}"
5350
String db = rootProject.hasProperty( 'db' ) ? rootProject.properties.db : 'h2'
5451
tag db

0 commit comments

Comments
 (0)