Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for promoteFinalBackportRelease (0.14 seconds)

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

            when {
                isMaster -> throw UnsupportedOperationException("No final release job on master branch")
                isRelease -> "promoteFinalRelease"
                else -> "promoteFinalBackportRelease"
            }
    
        private fun nightlyTaskName(prefix: String): String =
            when {
                isMaster -> "${prefix}Nightly"
                isRelease -> "${prefix}ReleaseNightly"
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon Dec 29 08:57:18 GMT 2025
    - 2.5K bytes
    - Click Count (0)
Back to Top