- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for Promotion (3.47 sec)
-
.teamcity/settings.kts
| |---- QuickFeedbackLinux (buildTypeId: Gradle_Master_Check_QuickFeedbackLinux) | |---- QuickFeedback | |---- ... | |---- ReadyForRelease | |----- Promotion (buildTypeId: Gradle_Master_Promotion) | |----- Nightly Snapshot | |----- ... | |----- Util |----- WarmupEc2Agent |----- AdHocPerformanceTest
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Aug 14 07:58:26 UTC 2025 - 1.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/UpdateWrapper.kt
import jetbrains.buildServer.configs.kotlin.ParameterDisplay import jetbrains.buildServer.configs.kotlin.buildSteps.exec import jetbrains.buildServer.configs.kotlin.triggers.finishBuildTrigger import promotion.FINAL_RELEASE_BUILD_CONFIGURATION_ID import promotion.RELEASE_CANDIDATE_BUILD_CONFIGURATION_ID import vcsroots.useAbsoluteVcs object UpdateWrapper : BuildType({ name = "UpdateWrapper" id("UpdateWrapper")
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/promotion/PublishRelease.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.VersionedSettingsBranch import jetbrains.buildServer.configs.kotlin.ParameterDisplay const val FINAL_RELEASE_BUILD_CONFIGURATION_ID = "Promotion_FinalRelease"
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/promotion/MergeReleaseIntoMaster.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.VersionedSettingsBranch import common.gradleWrapper import jetbrains.buildServer.configs.kotlin.AbsoluteId import jetbrains.buildServer.configs.kotlin.triggers.finishBuildTrigger
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jun 10 10:38:00 UTC 2025 - 2.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/VersionedSettingsBranch.kt
val DslContext.uuidPrefix: String get() = settingsRoot.id.toString().substringAfter("Gradle") data class VersionedSettingsBranch( val branchName: String, ) { /** * 0~23. * To avoid nightly promotion jobs running at the same time, * we run each branch on different hours. * master - 0:00 * release - 1:00 * release6x - 2:00 * release7x - 3:00 * ... * releaseNx - (N-4):00
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jun 17 09:57:45 UTC 2025 - 3.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/BasePublishGradleDistribution.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.gradleWrapper import common.promotionBuildParameters import jetbrains.buildServer.configs.kotlin.BuildSteps import jetbrains.buildServer.configs.kotlin.FailureAction
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jun 26 12:10:23 UTC 2025 - 3.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
""".trimIndent() artifactRules = 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 Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- Kubeadm: Added support for ECDSA-P384 as an encryption algorithm type in v1beta4. ([#131677](https://github.com/kubernetes/kubernetes/pull/131677), [@lalitc375](https://github.com/lalitc375)) - Kubeadm: Fixed an issue where etcd member promotion failed with an error indicating the member was already promoted. ([#130782](https://github.com/kubernetes/kubernetes/pull/130782), [@BernardMC](https://github.com/BernardMC))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0) -
RELEASE.md
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1)