- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for applyDefaults (0.06 sec)
-
.teamcity/src/main/kotlin/configurations/CheckLinks.kt
) : OsAwareBaseGradleBuildType(os = Os.LINUX, stage = stage, failStage = false, init = { id("${model.projectId}_CheckLinks") name = "CheckLinks" description = "Check links in documentations" applyDefaults( model, this, ":docs:checkLinks", extraParameters = listOf( buildScanTagParam("CheckLinks"),
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Aug 26 11:35:04 UTC 2025 - 799 bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/SanityCheck.kt
name = "Sanity Check" description = "Static code analysis, checkstyle, release notes verification, etc." features { publishBuildStatusToGithub(model) } applyDefaults( model, this, "sanityCheck", extraParameters = listOf( stage.getBuildScanCustomValueParam(),
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 1.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/BuildDistributions.kt
id("${model.projectId}_BuildDistributions") name = "Build Distributions" description = "Creation and verification of the distribution and documentation" applyDefaults( model, this, "packageBuild", extraParameters = listOf( stage.getBuildScanCustomValueParam(),
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 1.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/BuildLogicTest.kt
id(buildTypeId(model)) name = "Build-logic test" description = "Run :build-logic:test" features { publishBuildStatusToGithub(model) } applyDefaults( model, this, ":build-logic:test -PskipBuildLogicTests=false", extraParameters = listOf( stage.getBuildScanCustomValueParam(),
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 1.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/CompileAll.kt
name = "Compile All" description = "Compiles all production/test source code and warms up the build cache" features { publishBuildStatusToGithub(model) } applyDefaults( model, this, "compileAllBuild -PignoreIncomingBuildReceipt=true -DdisableLocalCache=true", extraParameters = listOf(
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 1.4K bytes - Viewed (0)