app

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CurrentVersion = Version{
	Number:     0.0,
	PatchLevel: 9,
	Suffix:     "-DEV",
}

CurrentVersion represents the current build version. This should be the only one.

Functions

This section is empty.

Types

type Version

type Version struct {
	// Major and minor version.
	Number float32

	// Increment this for bug releases
	PatchLevel int

	// JCLI Suffix is the suffix used in the Jenkins CLI version string.
	// It will be blank for release versions.
	Suffix string
}

Version represents the Jenkins CLI build version.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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