Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 14 (0.11 sec)

  1. .teamcity/src/main/kotlin/projects/CheckProject.kt

        }
    
        buildType(GitHubMergeQueueCheckPass(model))
    
        buildTypesOrder = buildTypes
        subProjectsOrder = subProjects
    
        cleanupRule(
            historyDays = 14,
            artifactsDays = 7,
            artifactsPatterns = """
                    +:**/*
                    +:$hiddenArtifactDestination/**/*"
            """.trimIndent()
        )
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Wed Apr 24 03:34:53 GMT 2024
    - 3.1K bytes
    - Viewed (0)
Back to top