Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerifyDependencies ¶
VerifyDependencies checks if all plugins have compatible versions
Types ¶
type Plugin ¶
type Plugin struct {
Name string `json:"name"`
Version string `json:"version"`
// contains filtered or unexported fields
}
Plugin represents jenkins plugin
func BasePlugins ¶
func BasePlugins() []Plugin
BasePlugins returns list of plugins to install by operator
Click to show internal directories.
Click to hide internal directories.