Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AdminVersion the version of the jx admin plugin AdminVersion = "0.0.41" // ApplicationVersion the version of the jx application plugin ApplicationVersion = "0.0.6" // GitOpsVersion the version of the jx gitops plugin GitOpsVersion = "0.0.82" // PipelineVersion the version of the jx pipeline plugin PipelineVersion = "0.0.8" // ProjectVersion the version of the jx project plugin ProjectVersion = "0.0.37" // PromoteVersion the version of the jx promote plugin PromoteVersion = "0.0.56" // SecretVersion the version of the jx secret plugin SecretVersion = "0.0.38" // VerifyVersion the version of the jx verify plugin VerifyVersion = "0.0.10" )
Variables ¶
View Source
var ( // Plugins default plugins Plugins = []jenkinsv1.Plugin{ CreateJXPlugin("admin", AdminVersion), CreateJXPlugin("application", ApplicationVersion), CreateJXPlugin("gitops", GitOpsVersion), CreateJXPlugin("pipeline", PipelineVersion), CreateJXPlugin("project", ProjectVersion), CreateJXPlugin("promote", PromoteVersion), CreateJXPlugin("secret", SecretVersion), CreateJXPlugin("verify", VerifyVersion), } )
Functions ¶
func CreateJXPlugin ¶
CreateJXPlugin creates the jx plugin
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.