Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for preSteps (0.11 sec)

  1. .teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt

        extraSteps: BuildSteps.() -> Unit = {}, // the steps after runner steps
        preSteps: BuildSteps.() -> Unit = {}, // the steps before runner steps
    ) {
        buildType.applyDefaultSettings(os, timeout = timeout, buildJvm = buildJvm, arch = arch)
    
        buildType.steps {
            preSteps()
        }
    
        buildType.killProcessStep(KILL_LEAKED_PROCESSES_FROM_PREVIOUS_BUILDS, os, arch)
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Jun 11 12:58:05 UTC 2025
    - 8.4K bytes
    - Viewed (0)
Back to top