Skip to content

Commit e13a785

Browse files
committed
Add build scan tag when running in FIPS mode (#55960)
1 parent 00c3091 commit e13a785

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gradle/build-scan.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ buildScan {
1515

1616
tag OS.current().name()
1717

18+
// Tag if this build is run in FIPS mode
19+
if (BuildParams.inFipsJvm) {
20+
tag 'FIPS'
21+
}
22+
1823
// Automatically publish scans from Elasticsearch CI
1924
if (jenkinsUrl?.host?.endsWith('elastic.co')) {
2025
publishAlways()

0 commit comments

Comments
 (0)