Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Promotion_Milestone (0.08 sec)

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

        promotedBranch = branch.branchName,
        prepTask = "prepMilestone",
        promoteTask = branch.promoteMilestoneTaskName(),
        requiredConfirmationCode = "milestone",
        init = {
            id("Promotion_Milestone")
            name = "Release - Milestone"
            description = "Promotes the latest successful change on '${branch.branchName}' as a new milestone"
        }
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Dec 05 00:08:14 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top