Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for preSteps (0.05 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)
  2. .teamcity/src/main/kotlin/configurations/FunctionalTest.kt

                timeout = testCoverage.testType.timeout,
                maxParallelForks = testCoverage.testType.maxParallelForks.toString(),
                extraSteps = extraBuildSteps,
                preSteps = preBuildSteps,
            )
    
            failureConditions {
                // JavaExecDebugIntegrationTest.debug session fails without debugger might cause JVM crash
                // Some soak tests produce OOM exceptions
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  3. docs/es/docs/tutorial/cookie-param-models.md

    Si un cliente intenta enviar algunas **cookies extra**, recibirán un response de **error**.
    
    Pobres banners de cookies con todo su esfuerzo para obtener tu consentimiento para que la <abbr title="Esta es otra broma. No me prestes atención. Toma un café para tu cookie. ☕">API lo rechace</abbr>. 🍪
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top