Handle s390x in Develocity build scan reports

This commit is contained in:
Yoann Rodière 2024-04-29 09:04:54 +02:00
parent 9f682b85dc
commit e6b6f4b145
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ develocity:
- column: "Java"
pattern: "jdk-(.*)"
replacement: "$1"
- column: "Java"
pattern: "s390x"
replacement: "$1"
- column: "DB"
pattern: "(h2|postgres(?:ql)?|pgsql|mysql|mariadb|mssql|derby|tidb|cockroach(?:db)?|oracle|db2|hsqldb|edb|sybase)((?:(?!_ci).)*)(?:_ci)?"
replacement: "$1$2"