Build: Add teamcity tag to build scans

This commit is contained in:
Vyacheslav Gerasimov
2019-12-17 19:43:16 +03:00
parent b868e6f8da
commit 571bba7c04
+3
View File
@@ -47,6 +47,9 @@ gradleEnterprise {
server = buildProperties.buildScanServer
allowUntrustedServer = true
publishAlways()
if (buildProperties.isTeamcityBuild) {
tag "teamcity"
}
} else {
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
setTermsOfServiceAgree("yes")