Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            build/reports/problems/problems-report.html
            """.trimIndent()
    
        setArtifactRules(artifactRuleOverride ?: defaultArtifactRules)
        paramsForBuildToolBuild(buildJvm, os, arch)
        params {
            // The promotion job doesn't have a branch, so %teamcity.build.branch% doesn't work.
            param("env.BUILD_BRANCH", "%teamcity.build.branch%")
        }
    
        vcs {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 22 07:15:16 UTC 2025
    - 15.6K bytes
    - Viewed (0)
Back to top