plugins

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// AdminVersion the version of the jx admin plugin
	AdminVersion = "0.0.17"

	// GitOpsVersion the version of the jx gitops plugin
	GitOpsVersion = "0.0.54"

	// ProjectVersion the version of the jx project plugin
	ProjectVersion = "0.0.13"

	// 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

func CreateJXPlugin(name, version string) jenkinsv1.Plugin

CreateJXPlugin creates the jx plugin

func GetJXPlugin

func GetJXPlugin(name string, version string) (string, error)

GetJXPlugin returns the path to the locally installed jx plugin

func PluginBinDir

func PluginBinDir() (string, error)

PluginBinDir returns where the binary plugins are installed

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL