Build: Add teamcity tag to build scans
This commit is contained in:
@@ -47,6 +47,9 @@ gradleEnterprise {
|
|||||||
server = buildProperties.buildScanServer
|
server = buildProperties.buildScanServer
|
||||||
allowUntrustedServer = true
|
allowUntrustedServer = true
|
||||||
publishAlways()
|
publishAlways()
|
||||||
|
if (buildProperties.isTeamcityBuild) {
|
||||||
|
tag "teamcity"
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
|
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
|
||||||
setTermsOfServiceAgree("yes")
|
setTermsOfServiceAgree("yes")
|
||||||
|
|||||||
Reference in New Issue
Block a user