Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fun (0.02 sec)

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

    }
    
    fun Requirements.requiresArch(
        os: Os,
        arch: Arch,
    ) {
        if (os == Os.MACOS) {
            contains("teamcity.agent.jvm.os.arch", arch.nameOnMac)
        } else {
            contains("teamcity.agent.jvm.os.arch", arch.nameOnLinuxWindows)
        }
    }
    
    fun Requirements.requiresEc2Agent() {
        matches("teamcity.agent.name", "^(ec|EC)2-.*$")
    }
    
    fun Requirements.requiresNotEc2Agent() {
    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