- Sort Score
- Result 10 results
- Languages All
Results 11 - 18 of 18 for branchName (0.07 sec)
-
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
if (generateTriggers) { val enableTriggers = model.branch.enableVcsTriggers if (stage.trigger == Trigger.EACH_COMMIT) { val effectiveTriggerBranches = mutableListOf(model.branch.branchName) if (model.branch.isMaster) { effectiveTriggerBranches.add(PROVIDER_API_MIGRATION_BRANCH) effectiveTriggerBranches.add(BOT_DAILY_UPGRADLE_WRAPPER_BRANCH)
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Jun 11 10:33:45 UTC 2025 - 6.8K 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/promotion/PublishNightlySnapshotFromQuickFeedbackStepCheckReady.kt
package promotion import common.VersionedSettingsBranch class PublishNightlySnapshotFromQuickFeedbackStepCheckReady( branch: VersionedSettingsBranch, ) : BasePublishGradleDistribution( promotedBranch = branch.branchName, prepTask = branch.prepNightlyTaskName(), triggerName = "QuickFeedback", cleanCheckout = false, ) { init { id("Promotion_SnapshotFromQuickFeedbackStepCheckReady")
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 1.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 5.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt
} filterAuthorRole = PullRequests.GitHubRoleFilter.EVERYBODY filterTargetBranch = "+:refs/heads/${VersionedSettingsBranch.fromDslContext().branchName}" } } } fun BaseGradleBuildType.tcParallelTests(numberOfBatches: Int) { if (numberOfBatches > 1) { params { param("env.TEAMCITY_PARALLEL_TESTS_ENABLED", "1")
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Jun 11 12:58:05 UTC 2025 - 8.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)