Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 956 Bytes

jx-gitops_jenkins_add.md

File metadata and controls

36 lines (23 loc) · 956 Bytes

jx-gitops jenkins add

Adds a new Jenkins server to the git repository

Aliases: create,new

Usage

jx-gitops jenkins add

Synopsis

Adds a new Jenkins server to the git repository

Examples

adds a new jenkins server to the git repository

jx-gitops jenkins add --name myjenkins

Options

  -c, --chart string        the jenkins helm chart to use (default "jenkinsci/jenkins")
  -h, --help                help for add
  -n, --name string         the name of the jenkins server to add
  -r, --repository string   the helm chart repository URL of the chart (default "https://charts.jenkins.io")
  -v, --version string      the version of the helm chart. If not specified the versionStream will be checked otherwise the latest version is used

SEE ALSO

Auto generated by spf13/cobra on 5-Oct-2022