Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AdminVersion the version of the jx admin plugin AdminVersion = "0.0.23" // GitOpsVersion the version of the jx gitops plugin GitOpsVersion = "0.0.54" // ProjectVersion the version of the jx project plugin ProjectVersion = "0.0.17" // PromoteVersion the version of the jx promote plugin PromoteVersion = "0.0.48" // SecretVersion the version of the jx secret plugin SecretVersion = "0.0.24" )
Variables ¶
View Source
var ( // Plugins default plugins Plugins = []jenkinsv1.Plugin{ CreateJXPlugin("admin", AdminVersion), CreateJXPlugin("gitops", GitOpsVersion), CreateJXPlugin("project", ProjectVersion), CreateJXPlugin("promote", PromoteVersion), CreateJXPlugin("secret", SecretVersion), } )
Functions ¶
func CreateJXPlugin ¶
CreateJXPlugin creates the jx plugin
func GetJXPlugin ¶
GetJXPlugin returns the path to the locally installed jx plugin
func PluginBinDir ¶
PluginBinDir returns where the binary plugins are installed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.