Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

     * @param artifactsPatterns 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 {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 05:03:56 GMT 2026
    - 14.8K bytes
    - Click Count (0)
Back to Top