Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WorkingDir (0.11 sec)

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

                        scriptContent =
                            "./mvnw clean verify -Dmaven.repo.local=../build -Dscan.value.gitCommitId=%build.vcs.number% -Dscan.tag.CI"
                        workingDir = ".teamcity"
                    }
                    script {
                        name = "CLEAN_M2"
                        executionMode = BuildStep.ExecutionMode.ALWAYS
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Jul 31 01:53:09 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/Gradleception.kt

                buildJvm = buildJvm,
                extraSteps = {
                    script {
                        name = "CALCULATE_MD5_VERSION_FOR_DOGFOODING_DISTRIBUTION"
                        workingDir = "%teamcity.build.checkoutDir%/dogfood-first-for-hash"
                        scriptContent =
                            """
                            set -x
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu May 01 14:55:05 UTC 2025
    - 7.1K bytes
    - Viewed (0)
Back to top