constant

package
v4.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL