TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

Gradle

Last modified: 20 April 2023

The Gradle Build Runner runs Gradle projects.

Gradle Parameters



Run Parameters



Build properties



The TeamCity system parameters can be accessed in Gradle build scripts in the same way as Gradle properties. The recommended way to reference properties is as follows:

or if the system property's name is a legal Groovy name identifier (e.g. system.myPropertyName = myPropertyValue):

Docker Settings



In this section, you can specify a Docker image which will be used to run the build step.

coverageCode Coverage



Code coverage with IDEA code coverage engine and JaCoCo is supported.