Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addEc2PostBuild (0.05 sec)

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

     * We put artifacts here to avoid accidentally exposing sensitive information publicly.
     */
    const val HIDDEN_ARTIFACT_DESTINATION = ".teamcity/gradle-logs"
    
    fun BuildType.addEc2PostBuild(os: Os = Os.LINUX) {
        if (os !in listOf(Os.WINDOWS, Os.MACOS)) {
            steps {
                exec {
                    name = "EC2_POST_BUILD"
                    executionMode = BuildStep.ExecutionMode.ALWAYS
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 22 07:15:16 UTC 2025
    - 15.6K bytes
    - Viewed (0)
Back to top