Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultClonePlugin can be changed by 'WOODPECKER_DEFAULT_CLONE_PLUGIN' at runtime. // renovate: datasource=docker depName=woodpeckerci/plugin-git DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.6.0" )
Variables ¶
View Source
var DefaultConfigOrder = [...]string{
".woodpecker/",
".woodpecker.yaml",
".woodpecker.yml",
}
DefaultConfigOrder represent the priority in witch woodpecker search for a pipeline config by default folders 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, "docker.io/woodpeckerci/plugin-git", "quay.io/woodpeckerci/plugin-git", }
TrustedClonePlugins can be changed by 'WOODPECKER_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.