- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for workingDir (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/kotlindsl/kotlin-dsl-upstream-candidates.kt
resolve(child) fun ExecOperations.execAndGetStdout(workingDir: File, ignoreExitValue: Boolean, vararg args: String): String { val out = ByteArrayOutputStream() exec { isIgnoreExitValue = ignoreExitValue commandLine(*args) standardOutput = out this.workingDir = workingDir } return out.toString().trim() }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon May 19 11:33:57 GMT 2025 - 965 bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/LightweightChecks.kt
""".trimIndent() workingDir = ".teamcity" } script { name = "CLEAN_M2" executionMode = BuildStep.ExecutionMode.ALWAYS
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 23 03:29:32 GMT 2026 - 3.9K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 6.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
steps { killProcessStep(buildTypeThis, KILL_ALL_GRADLE_PROCESSES, os) substDirOnWindows(os) gradleWrapper { name = "GRADLE_RUNNER" workingDir = os.perfTestWorkingDir gradleParams = ( performanceTestCommandLine(Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 14:08:32 GMT 2026 - 6K bytes - Click Count (0) -
.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 -xCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 7.1K bytes - Click Count (0)