- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 22 for VersionedSettingsBranch (2.47 sec)
-
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt
* limitations under the License. */ package promotion import common.VersionedSettingsBranch import jetbrains.buildServer.configs.kotlin.triggers.ScheduleTrigger import jetbrains.buildServer.configs.kotlin.triggers.schedule const val NIGHTLY_SNAPSHOT_BUILD_ID = "Promotion_Nightly" class PublishNightlySnapshot( branch: VersionedSettingsBranch, ) : PublishGradleDistributionFullBuild( promotedBranch = branch.branchName,
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 27 05:37:08 UTC 2025 - 2.6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepCheckReady.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.VersionedSettingsBranch class PublishNightlySnapshotFromQuickFeedbackStepCheckReady( branch: VersionedSettingsBranch, ) : BasePublishGradleDistribution( promotedBranch = branch.branchName, prepTask = branch.prepNightlyTaskName(),
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/promotion/PublishNightlySnapshotFromQuickFeedback.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.VersionedSettingsBranch class PublishNightlySnapshotFromQuickFeedback( branch: VersionedSettingsBranch, ) : PublishGradleDistributionFullBuild( promotedBranch = branch.branchName, prepTask = branch.prepNightlyTaskName(),
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/GradleBuildConfigurationDefaults.kt
import common.KillProcessMode.KILL_ALL_GRADLE_PROCESSES import common.KillProcessMode.KILL_LEAKED_PROCESSES_FROM_PREVIOUS_BUILDS import common.KillProcessMode.KILL_PROCESSES_STARTED_BY_GRADLE import common.Os import common.VersionedSettingsBranch import common.applyDefaultSettings import common.buildScanTagParam import common.buildToolGradleParameters import common.checkCleanM2AndAndroidUserHome import common.cleanUpGitUntrackedFilesAndDirectories
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/promotion/PromotionProject.kt
import common.BuildToolBuildJvm import common.OpenJdk11 import common.OpenJdk17 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") name = "Promotion" cleanupRule(historyDays = 14, artifactsDays = 7)
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 2.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/UpdateWrapper.kt
package util import common.BuildToolBuildJvm import common.Os import common.VersionedSettingsBranch import common.javaHome import common.requiresOs import common.toCapitalized import jetbrains.buildServer.configs.kotlin.AbsoluteId import jetbrains.buildServer.configs.kotlin.BuildType import jetbrains.buildServer.configs.kotlin.ParameterDisplay import jetbrains.buildServer.configs.kotlin.buildSteps.exec
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/BasePromotionBuildType.kt
* 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 import jetbrains.buildServer.configs.kotlin.AbsoluteId import jetbrains.buildServer.configs.kotlin.BuildType
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 2.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepUpload.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.VersionedSettingsBranch class PublishNightlySnapshotFromQuickFeedbackStepUpload( branch: VersionedSettingsBranch, ) : BasePublishGradleDistribution( promotedBranch = branch.branchName, prepTask = branch.prepNightlyTaskName(), triggerName = "QuickFeedback",
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 1.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepPromote.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.VersionedSettingsBranch class PublishNightlySnapshotFromQuickFeedbackStepPromote( branch: VersionedSettingsBranch, ) : BasePublishGradleDistribution( promotedBranch = branch.branchName, prepTask = branch.prepNightlyTaskName(), triggerName = "QuickFeedback",
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 1.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/PublishKotlinDslPlugin.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package util import common.BuildToolBuildJvm import common.Os import common.VersionedSettingsBranch import common.gradleWrapper import common.javaHome import common.requiresOs import common.uuidPrefix import jetbrains.buildServer.configs.kotlin.BuildType import jetbrains.buildServer.configs.kotlin.DslContext
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 19 08:02:04 UTC 2025 - 1.8K bytes - Viewed (0)