Skip to content
Crow CI
Codeberg

Defaults

Default values for repositories and pipelines.

  • Name: CROW_DEFAULT_ALLOW_PULL_REQUESTS
  • Description: The default value for allowing pull requests on a repo.
  • Default: true

  • Name: CROW_DEFAULT_APPROVAL_MODE
  • Description: The default setting for the approval mode on a repo. Possible values: forks, pull_requests or all_events.
  • Default: forks

  • 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

  • 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

  • Name: CROW_DEFAULT_PIPELINE_TIMEOUT
  • Description: The default time in minutes for a repo before a pipeline gets killed.
  • Default: 60

  • 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

  • Name: CROW_DEFAULT_LOGS_KEEP_DURATION
  • Description: The default time (as duration) for which pipeline logs of historic runs are preserved.
  • Default: none

  • Name: CROW_DEFAULT_LOGS_PIPELINES_KEEP_MIN
  • Description: The default amount of pipelines for which logs are preserved.
  • Default: 90