Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { PathWithNamespace string `validate:"required"` Branch string `validate:"required"` TemplateURL string `validate:"required"` BaseURL string `validate:"omitempty,url"` TemplateVariables map[string]interface{} }
Options is the struct for configurations of the gitlabci-generic plugin.
Click to show internal directories.
Click to hide internal directories.