Build: Add teamcity tag to build scans
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user