- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 102 for BRANCH (0.03 sec)
-
.github/workflows/release-branch-cherrypick.yml
# https://github.com/tensorflow/tensorflow/actions/workflows/release-branch-cherrypick.yml # and click "Run Workflow." Leave "Use Workflow From" set to "master", then # input the branch name and paste the cherry-pick commit and click Run. A PR # will be created. name: Release Branch Cherrypick on: workflow_dispatch: inputs: # We use this instead of the "run on branch" argument because GitHub looks
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Dec 01 09:57:00 UTC 2025 - 3.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt
triggerRules = "+:root=${branch.vcsRootId()}:." branchFilter = "+:<default>" } class PublishNightlySnapshot( branch: VersionedSettingsBranch, ) : PublishGradleDistributionFullBuild( promotedBranch = branch.branchName, prepTask = branch.prepNightlyTaskName(), promoteTask = branch.promoteNightlyTaskName(), triggerName = "ReadyforNightly", ) {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 4.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlyDocumentation.kt
description = "Promotes the latest successful documentation changes on '${branch.branchName}' from Ready for Nightly as a new nightly documentation snapshot" triggers { branch.determineNightlyPromotionTriggerHour()?.let { triggerHour -> schedule { scheduledTrigger(branch, policy = daily { this.hour = triggerHour }, pendingChangesOnly = true) } }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 1.6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PromotionProject.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Nov 12 12:12:29 UTC 2025 - 2.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishRelease.kt
cleanup { history(days = 180) } this.init() } } class PublishFinalRelease( branch: VersionedSettingsBranch, ) : PublishRelease( promotedBranch = branch.branchName, prepTask = "prepFinalRelease", promoteTask = branch.promoteFinalReleaseTaskName(), requiredConfirmationCode = "final", init = { id(FINAL_RELEASE_BUILD_CONFIGURATION_ID)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 4K bytes - Viewed (0) -
lib/hg/goreposum.py
# computes a hash of a remote repo's tag state. # Tag definitions can come from the .hgtags file stored in # any head of any branch, and the server protocol does not # expose the tags directly. However, the protocol does expose # the hashes of all the branch heads, so we can use a hash of # all those branch names and heads as a conservative snapshot # of the entire remote repo state, and use that as the tag sum.
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Nov 11 15:21:02 UTC 2025 - 2.4K bytes - Viewed (0) -
dbflute.xml
<property name="mydbflute.dir" value="${basedir}/mydbflute" /> <property name="target.dir" value="${basedir}/target" /> <property name="branch.name" value="fess-15.4" /> <property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" /> <target name="mydbflute.check"> <condition property="mydbflute.exists"> <available file="${mydbflute.dir}" type="dir" />
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 999 bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
} if (generateTriggers) { val enableTriggers = model.branch.isMainBranch || model.branch.isLegacyRelease if (stage.trigger == Trigger.EACH_COMMIT) { val effectiveTriggerBranches = mutableListOf(model.branch.branchName) if (model.branch.isMaster) { effectiveTriggerBranches.add(PROVIDER_API_MIGRATION_BRANCH)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 12:17:39 UTC 2025 - 7.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/VersionedSettingsBranch.kt
private const val RELEASE_BRANCH = "release" private const val EXPERIMENTAL_BRANCH = "xperimental" // master branch of gradle/gradle-promote private const val GRADLE_PROMOTE_MASTER_VCS_ROOT_ID = "Gradle_GradlePromoteMaster" // experimental branch of gradle/gradle-promote private const val GRADLE_PROMOTE_EXPERIMENTAL_VCS_ROOT_ID = "Gradle_GradlePromoteExperimental"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 2.5K bytes - Viewed (0) -
.github/workflows/update-jdks.yml
add-paths: .teamcity/jdks.yaml title: "Update jdks.yaml" body: "This PR updates JDK to the latest versions available in `.teamcity/jdks.yaml`." delete-branch: true branch: "devprod/update-jdks" branch-suffix: timestamp labels: | in:building-gradle @dev-productivity - name: Trigger a build uses: peter-evans/create-or-update-comment@v5Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 09 22:14:16 UTC 2025 - 2.1K bytes - Viewed (0)