Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultCloneImage can be changed by 'WOODPECKER_DEFAULT_CLONE_IMAGE' at runtime
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.4.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 /
View Source
var PrivilegedPlugins = []string{
"plugins/docker",
"plugins/gcr",
"plugins/ecr",
"woodpeckerci/plugin-docker-buildx",
"codeberg.org/woodpecker-plugins/docker-buildx",
}
PrivilegedPlugins can be changed by 'WOODPECKER_ESCALATE' at runtime
View Source
var TrustedCloneImages = []string{ DefaultCloneImage, "quay.io/woodpeckerci/plugin-git", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.