...
You can instruct your testing framework to enable/disable this failure condition in runtime via the ##teamcity[testRetrySupport enabled=’true’'true']
service message.
If you use Kotlin DSL to store project settings, use the following syntax to enable this option:
Code Block |
---|
object BuildConfigName : BuildType({ id("BuildConfigName") name = "BuildConfigName" … failureConditions { supportTestRetry = true } }) |
Commit Status Publisher supports reporting commits to JetBrains Space
The Commit Status Publisher build feature now supports JetBrains Space. With this feature, your TeamCity build statuses can be automatically published to a JetBrains Space project in real-time.
To configure this integration, follow the steps below.
...