Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Promotion_StartReleaseCycle (0.88 sec)

  1. .teamcity/src/main/kotlin/promotion/StartReleaseCycle.kt

    import jetbrains.buildServer.configs.kotlin.ParameterDisplay
    import jetbrains.buildServer.configs.kotlin.RelativeId
    
    object StartReleaseCycle : BasePromotionBuildType() {
        init {
            id("Promotion_StartReleaseCycle")
            name = "Start Release Cycle"
            description = "Promotes a successful build on master as the start of a new release cycle on the release branch"
    
            params {
                text(
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Mar 20 06:13:56 UTC 2025
    - 2.8K bytes
    - Viewed (0)
Back to top