Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for paramsForBuildToolBuild (0.23 sec)

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

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package promotion
    
    import common.BuildToolBuildJvm
    import common.Os
    import common.paramsForBuildToolBuild
    import common.requiresNotEc2Agent
    import common.requiresOs
    import jetbrains.buildServer.configs.kotlin.AbsoluteId
    import jetbrains.buildServer.configs.kotlin.BuildType
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Tue Dec 05 00:08:14 GMT 2023
    - 2.1K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/common/extensions.kt

            build/reports/dependency-verification/** => dependency-verification-reports
        """.trimIndent()
    
        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 {
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Apr 12 10:49:15 GMT 2024
    - 13K bytes
    - Viewed (0)
Back to top