Defaults
Default values for repositories and pipelines.
DEFAULT_ALLOW_PULL_REQUESTS
Section titled “DEFAULT_ALLOW_PULL_REQUESTS”- Name:
CROW_DEFAULT_ALLOW_PULL_REQUESTS - Description: The default value for allowing pull requests on a repo.
- Default:
true
DEFAULT_APPROVAL_MODE
Section titled “DEFAULT_APPROVAL_MODE”- Name:
CROW_DEFAULT_APPROVAL_MODE - Description: The default setting for the approval mode on a repo. Possible values:
forks,pull_requestsorall_events. - Default:
forks
DEFAULT_CANCEL_PREVIOUS_PIPELINE_EVENTS
Section titled “DEFAULT_CANCEL_PREVIOUS_PIPELINE_EVENTS”- Name:
CROW_DEFAULT_CANCEL_PREVIOUS_PIPELINE_EVENTS - Description: List of event names that will be canceled when a new pipeline for the same context (tag, branch) is created.
- Default:
push,pull_request
DEFAULT_CLONE_PLUGIN
Section titled “DEFAULT_CLONE_PLUGIN”- Name:
CROW_DEFAULT_CLONE_PLUGIN - Description: The default docker image to be used when cloning the repo.
- Default:
git.coceci.org/crow/plugin-git:latest
DEFAULT_PIPELINE_TIMEOUT
Section titled “DEFAULT_PIPELINE_TIMEOUT”- Name:
CROW_DEFAULT_PIPELINE_TIMEOUT - Description: The default time in minutes for a repo before a pipeline gets killed.
- Default:
60
DEFAULT_WORKFLOW_LABELS
Section titled “DEFAULT_WORKFLOW_LABELS”- Name:
CROW_DEFAULT_WORKFLOW_LABELS - Description: The default label filter to set for workflows that has no label filter set. By default workflows will be allowed to run on any agent, if not specified in the workflow.
- Default: none
DEFAULT_LOGS_KEEP_DURATION
Section titled “DEFAULT_LOGS_KEEP_DURATION”- Name:
CROW_DEFAULT_LOGS_KEEP_DURATION - Description: The default time (as duration) for which pipeline logs of historic runs are preserved.
- Default: none
DEFAULT_LOGS_PIPELINES_KEEP_MIN
Section titled “DEFAULT_LOGS_PIPELINES_KEEP_MIN”- Name:
CROW_DEFAULT_LOGS_PIPELINES_KEEP_MIN - Description: The default amount of pipelines for which logs are preserved.
- Default:
90