- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for BuildType (0.1 seconds)
-
.teamcity/src/main/kotlin/projects/StageProject.kt
subProject(flakyTestQuarantineProject) buildType(flakyTestQuarantineProjectTrigger) } } stage.performanceTestPartialTriggers.forEach { trigger -> buildType( PartialTrigger( trigger.triggerName, trigger.triggerId, model,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 16 00:34:25 GMT 2025 - 12.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
} skipConditionally(buildType) } } fun BuildStep.onlyRunOnGitHubMergeQueueBranch() { conditions { matches("teamcity.build.branch", "gh-readonly-queue/.*") } } fun BuildStep.skipConditionally(buildType: BuildType? = null) { // we need to run CompileALl unconditionally because of artifact dependency if (buildType !is CompileAll) { conditions {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 15.6K bytes - Click Count (0)