Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MARK_BUILD_SUCCESSFUL_ON_RETRY_SUCCESS (0.16 sec)

  1. .teamcity/src/test/kotlin/ApplyDefaultConfigurationTest.kt

    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Nov 20 07:29:52 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt

                if (isRetry) {
                    onlyRunOnGitHubMergeQueueBranch()
                }
            }
            if (isRetry) {
                script {
                    name = "MARK_BUILD_SUCCESSFUL_ON_RETRY_SUCCESS"
                    id = name
                    executionMode = ExecutionMode.RUN_ONLY_ON_FAILURE
                    conditions {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Nov 20 07:29:52 UTC 2025
    - 8.6K bytes
    - Viewed (0)
Back to top