Enum DindCheckResult
Result of the DIND requirement check.
public enum DindCheckResult
Fields
Cancelled = 5User pressed Escape to cancel the build.
EnabledAndSaved = 4User chose (a)lways, saved to ando.config.
EnabledThisRun = 3User chose (Y)es for this run only.
EnabledViaConfig = 2DIND enabled via ando.config setting.
EnabledViaFlag = 1DIND enabled via --dind command-line flag.
NotRequired = 0No operations in the build require DIND.