- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for PublishNightlySnapshot (0.1 sec)
-
.teamcity/src/main/kotlin/promotion/PromotionProject.kt
class PromotionProject(branch: VersionedSettingsBranch) : Project({ id("Promotion") name = "Promotion" cleanupRule(historyDays = 14, artifactsDays = 7) buildType(SanityCheck) buildType(PublishNightlySnapshot(branch)) buildType(PublishNightlySnapshotFromQuickFeedback(branch)) buildType(PublishNightlySnapshotFromQuickFeedbackStepCheckReady(branch)) buildType(PublishNightlySnapshotFromQuickFeedbackStepUpload(branch))
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 15 09:53:08 UTC 2024 - 2.5K bytes - Viewed (0)