jenkins-version

module
v0.0.0-...-fbb6b24 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2021 License: Apache-2.0

README

Go Report Card Downloads

jenkins-version

a small CLI that can be used to determine the latest jenkins verision from maven metadata

To Install

brew tap garethjevans/tap
brew install jv

This can be used a docker container with the following:

docker run -it garethjevans/jv:main

Usage

To get the latest weekly release:

jv get [--username <username> --password <password>]

To get the latest LTS release:

jv get --version-identifier lts [--username <username> --password <password>]

To get the latest LTS for a particular release train:

jv get --version-identifier 2.249 [--username <username> --password <password>]

Documentation

More indepth documentation can be found here

Development

To build the application:

make build

To test:

make test

Directories

Path Synopsis
cmd
jv
pkg
cmd

Jump to

Keyboard shortcuts

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