- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for branchName (0.05 sec)
-
.teamcity/src/main/kotlin/promotion/PublishRelease.kt
) : PublishRelease( promotedBranch = branch.branchName, prepTask = "prepMilestone", promoteTask = branch.promoteMilestoneTaskName(), requiredConfirmationCode = "milestone", init = { id(MILESTONE_BUILD_CONFIGURATION_ID) name = "Release - Milestone" description = "Promotes the latest successful change on '${branch.branchName}' as a new milestone" },
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/UpdateWrapper.kt
dependencies { dependency(AbsoluteId("Gradle_${vcsBranch.branchName.toCapitalized()}_$FINAL_RELEASE_BUILD_CONFIGURATION_ID")) { artifacts { buildRule = lastSuccessful() artifactRules = "version-info.properties => ./version-info-final-release" } } dependency(AbsoluteId("Gradle_${vcsBranch.branchName.toCapitalized()}_$RELEASE_CANDIDATE_BUILD_CONFIGURATION_ID")) {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 2.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt
"-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false", ) + os.javaInstallationLocations(arch) + listOf( "-Porg.gradle.performance.branchName" to "%teamcity.build.branch%", "-Porg.gradle.performance.db.url" to "%performance.db.url%", "-Porg.gradle.performance.db.username" to "%performance.db.username%",
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
"-Dorg.gradle.workers.max=$maxParallelForks", "-PmaxParallelForks=$maxParallelForks", PLUGINS_PORTAL_URL_OVERRIDE, buildScanCustomValueParam("tcPipeline", VersionedSettingsBranch.fromDslContext().branchName), "-s", "%additional.gradle.parameters%", if (isContinue) "--continue" else "", ) fun Dependencies.dependsOn(buildTypeId: RelativeId) { dependency(buildTypeId) {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0) -
Jenkinsfile
} } } } } } } } boolean isDeployedBranch() { return env.BRANCH_NAME == 'master' || env.BRANCH_NAME == 'maven-4.0.x' || env.BRANCH_NAME == 'maven-3.9.x' } /** * To other developers, if you are using this method above, please use the following syntax. * By default this method does NOT execute ITs anymore, just "install".
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 10 12:31:48 UTC 2025 - 2K bytes - Viewed (0) -
.teamcity/scripts/update_wrapper_and_create_pr.sh
echo "No changes to commit" exit 0 fi BRANCH_NAME="devprod/update-wrapper-$(date +%Y%m%d-%H%M%S)" git switch -c $BRANCH_NAME git commit --signoff --author="bot-gradle <******@****.***>" -m "Update Gradle wrapper to version $WRAPPER_VERSION" git push https://${GITHUB_TOKEN}@github.com/gradle/gradle.git $BRANCH_NAME PR_TITLE="Update Gradle wrapper to version $WRAPPER_VERSION"
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jul 29 03:20:20 UTC 2025 - 2.9K bytes - Viewed (0)