- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 22 for Promotion (0.04 sec)
-
.teamcity/src/main/kotlin/promotion/SanityCheck.kt
package promotion import common.Os import common.VersionedSettingsBranch import common.gradleWrapper import common.requiresOs import jetbrains.buildServer.configs.kotlin.BuildType import jetbrains.buildServer.configs.kotlin.triggers.vcs import vcsroots.useAbsoluteVcs // Gradle_Master_Promotion_SanityCheck object SanityCheck : BuildType({ id("Promotion_SanityCheck") name = "SanityCheck"
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 978 bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PromotionProject.kt
package promotion import common.BuildToolBuildJvm import common.OpenJdk11 import common.OpenJdk17 import common.OpenJdk21 import common.OpenJdk25 import common.OpenJdk8 import common.Os import common.VersionedSettingsBranch import common.cleanupRule import common.javaHome import jetbrains.buildServer.configs.kotlin.Project class PromotionProject( branch: VersionedSettingsBranch, ) : Project({ id("Promotion")
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/settings.kts
| |---- QuickFeedbackLinux (buildTypeId: Gradle_Master_Check_QuickFeedbackLinux) | |---- QuickFeedback | |---- ... | |---- ReadyForRelease | |----- Promotion (buildTypeId: Gradle_Master_Promotion) | |----- Nightly Snapshot | |----- ... | |----- Util |----- WarmupEc2Agent |----- AdHocPerformanceTest
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 14 07:58:26 UTC 2025 - 1.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.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.triggers.ScheduleTrigger import jetbrains.buildServer.configs.kotlin.triggers.ScheduleTrigger.SchedulingPolicy
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/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 Dec 31 11:36:14 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 Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/BasePromotionBuildType.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.BuildToolBuildJvm import common.Os import common.VersionedSettingsBranch import common.paramsForBuildToolBuild import common.requiresNotEc2Agent import common.requiresOs
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Oct 14 10:56:29 UTC 2025 - 2.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlyDocumentation.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.triggers.schedule import model.StageName class PublishNightlyDocumentation( branch: VersionedSettingsBranch,
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/StartReleaseCycleTest.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.PLUGINS_PORTAL_URL_OVERRIDE import common.VersionedSettingsBranch import common.gradleWrapper import jetbrains.buildServer.configs.kotlin.triggers.schedule
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 2K bytes - Viewed (0) -
.teamcity/src/test/kotlin/VersionedSettingsBranchTest.kt
import org.junit.jupiter.api.Assertions.assertNull import org.junit.jupiter.params.ParameterizedTest import org.junit.jupiter.params.provider.CsvSource import org.junit.jupiter.params.provider.ValueSource import promotion.determineNightlyPromotionTriggerHour /* * Copyright 2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License");
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 1.8K bytes - Viewed (0)