Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RUN_MAVEN_CLEAN_VERIFY (0.12 sec)

  1. .teamcity/src/main/kotlin/configurations/CheckTeamCityKotlinDSL.kt

            name = "CheckTeamCityKotlinDSL"
            description = "Check Kotlin DSL in .teamcity/"
    
            applyDefaultSettings()
            steps {
                script {
                    name = "RUN_MAVEN_CLEAN_VERIFY"
                    scriptContent = "./mvnw clean verify -Dmaven.repo.local=../build"
                    workingDir = ".teamcity"
                }
                script {
                    name = "CLEAN_M2"
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Wed Oct 16 09:50:46 UTC 2024
    - 940 bytes
    - Viewed (0)
Back to top