Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildType (0.06 sec)

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

        buildTypes: Iterable<T>,
        snapshotConfig: SnapshotDependency.(T) -> Unit = {}
    ) {
        buildTypes.forEach { buildType ->
            dependency(buildType.id!!) {
                snapshot {
                    if (!buildType.failStage) {
                        onDependencyFailure = FailureAction.IGNORE
                        onDependencyCancel = FailureAction.IGNORE
                    } else {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Nov 06 08:08:13 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top