Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cleanupRule (0.05 sec)

  1. .teamcity/src/main/kotlin/common/extensions.kt

     * @param artifactPatterns patterns for artifacts clean-up. If not specified, all artifacts will be removed.
     */
    fun Project.cleanupRule(historyDays: Int, artifactsDays: Int, artifactsPatterns: String? = null) {
        features {
            this@cleanupRule.cleanup {
                baseRule {
                    history(days = historyDays)
                }
                baseRule {
                    artifacts(
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Oct 10 03:25:26 UTC 2024
    - 13.2K bytes
    - Viewed (0)
Back to top