jetbrains.buildServer.configs.kotlin.v10.buildFeatures / AutoMerge / RunPolicy

RunPolicy

enum class RunPolicy

Policy for running merge feature

Enum Values

BEFORE_BUILD_FINISH

Run merge before build finish It will affect duration of build but status will be not changed after build finish

AFTER_BUILD_FINISH

Run merge after build finish. Build will be marked as finished when merge is not performed. If merge fails the status of the build can be changed

Companion Object Properties

mapping

val mapping: <ERROR CLASS>