Skip to content

Commit d3e469e

Browse files
committed
Tag build scans produced from running within IDEA
1 parent ffb96d4 commit d3e469e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ develocity {
133133
}
134134
} else {
135135
tag 'LOCAL'
136+
if(providers.systemProperty('idea.active').present) {
137+
tag 'IDEA'
138+
}
136139
}
137140
}
138141
}

0 commit comments

Comments
 (0)