Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fromDslContext (0.06 sec)

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

            param("env.BUILD_BRANCH", "%teamcity.build.branch%")
        }
    
        vcs {
            root(AbsoluteId(VersionedSettingsBranch.fromDslContext().vcsRootId()))
            checkoutMode = CheckoutMode.ON_AGENT
            branchFilter = branchesFilterExcluding()
        }
    
        features {
            enablePullRequestFeature()
        }
    
        requirements {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 22 07:15:16 UTC 2025
    - 15.6K bytes
    - Viewed (0)
  2. .teamcity/src/test/kotlin/CIConfigIntegrationTests.kt

        private val model =
            CIBuildModel(
                projectId = "Check",
                branch = VersionedSettingsBranch.fromDslContext(),
                buildScanTags = listOf("Check"),
                subprojects = subprojectProvider,
            )
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Oct 16 01:27:05 UTC 2025
    - 14.6K bytes
    - Viewed (0)
Back to top