Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultClonePlugin can be changed by 'CROW_DEFAULT_CLONE_PLUGIN' at runtime. // renovate: datasource=forgejo-releases depName=crow-plugins/clone registryUrl=https://codeberg.org extractVersion=^v(?<version>.*)$ DefaultClonePlugin = "codeberg.org/crow-plugins/clone:1.0.2" )
Variables ¶
View Source
var DefaultConfigOrder = [...]string{
".crow/",
".crow.yaml",
".crow.yml",
".woodpecker/",
".woodpecker.yaml",
".woodpecker.yml",
}
DefaultConfigOrder represent the priority in which Crow searches for a pipeline config by default. Directories are indicated by supplying a trailing slash.
View Source
var TaskTimeout = time.Minute
TaskTimeout is the time till a running task is counted as dead.
View Source
var TrustedClonePlugins = []string{ DefaultClonePlugin, "codeberg.org/crow-plugins/clone", }
TrustedClonePlugins can be changed by 'CROW_PLUGINS_TRUSTED_CLONE' at runtime.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.