Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for killProcessStep (0.28 sec)

  1. .teamcity/src/main/kotlin/common/extensions.kt

                onlyRunOnGitHubMergeQueueBranch()
            }
        }
    }
    
    fun BuildType.killProcessStep(mode: KillProcessMode, os: Os, arch: Arch = Arch.AMD64, executionMode: BuildStep.ExecutionMode = BuildStep.ExecutionMode.DEFAULT) {
        steps {
            killProcessStep(this@killProcessStep, mode, os, arch, executionMode)
        }
    }
    
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 10:49:15 GMT 2024
    - 13K bytes
    - Viewed (0)
Back to top