mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-05 10:20:36 +02:00
9 lines
305 B
Go
9 lines
305 B
Go
package types
|
|
|
|
type System struct {
|
|
URL string // System URL
|
|
Env map[string]string // Global environment variables
|
|
Builder string // Name of build container (default drone/drone-build)
|
|
Plugins string // Name of approved plugin containers (default plugins/*)
|
|
}
|