Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EC2_BUILD_CUSTOMIZATIONS (2.74 sec)

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

                    stopBuildOnFailure = true
                }
            }
        }
    
        if (os !in listOf(Os.WINDOWS, Os.MACOS)) {
            steps {
                exec {
                    name = "EC2_BUILD_CUSTOMIZATIONS"
                    executionMode = BuildStep.ExecutionMode.ALWAYS
                    path = ".teamcity/scripts/configure_build_env_on_ec2.sh"
    
                    conditions {
                        requiresEc2Agent()
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Sep 10 01:37:13 UTC 2025
    - 15K bytes
    - Viewed (0)
Back to top