Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AdminVersion the version of the jx admin plugin AdminVersion = "0.0.31" // 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.54" // SecretVersion the version of the jx secret plugin SecretVersion = "0.0.34" )
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
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.