Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for branchName (0.19 sec)

  1. .teamcity/src/test/kotlin/PromotionProjectTests.kt

        }
    
        private fun setupModelFor(branchName: String): PromotionProject {
            // Set the project id here, so we can use methods on the DslContext
            DslContext.projectId = AbsoluteId("Gradle_${branchName.toCapitalized()}")
            DslContext.addParameters("Branch" to branchName)
            return PromotionProject(VersionedSettingsBranch(branchName))
        }
    
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue Feb 13 14:18:23 GMT 2024
    - 13.4K bytes
    - Viewed (0)
Back to top