Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sanityCheck (0.24 sec)

  1. .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))
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Thu Feb 29 04:36:37 GMT 2024
    - 2.2K bytes
    - Viewed (0)
Back to top