Improve cleanup of DB tags in Develocity build scan reports

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

View File

@ -50,7 +50,7 @@ develocity:
pattern: "jdk-(.*)"
replacement: "$1"
- column: "DB"
pattern: "(h2|postgres(ql)?|pgsql|mysql|mariadb|mssql|derby|tidb|cockroach(db)?|oracle.*|db2|hsqldb|edb|sybase)(_ci)?"
replacement: "$1"
pattern: "(h2|postgres(?:ql)?|pgsql|mysql|mariadb|mssql|derby|tidb|cockroach(?:db)?|oracle|db2|hsqldb|edb|sybase)((?:(?!_ci).)*)(?:_ci)?"
replacement: "$1$2"
- pattern: "main|HEAD|\\d+.\\d+|PR-\\d+"
replacement: "" # Just remove these tags