huangweiboy / jenkins-cli

Jenkins CLI allows you manage your Jenkins as an easy way

Home Page:https://jenkins-zh.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins CLI

Jenkins CLI allows you manage your Jenkins as an easy way. No matter you're a plugin developer, administrator or just a regular user, it borns for you!

Features

  • Multiple Jenkins support
  • Plugins management (list, search, install, upload)
  • Job management (search, build, log)
  • Open your Jenkins with a browse
  • Restart your Jenkins
  • Connection with proxy support

Get it

We support mac, linux and windows for now.

mac

You can use brew to install jcli.

brew tap linuxsuren/jcli
brew install jcli

Linux

It's very simple to install jcli into your Linux OS. Just need to execute a command line at below:

curl -L https://github.com/linuxsuren/jenkins-cli/releases/latest/download/jcli-linux-amd64.tar.gz|tar xzv
sudo mv jcli /usr/local/bin/

Windows

You can find the latest version by click here. Then download the tar file, cp the uncompressed jcli directory into your system path.

Get started

Once you'v installed jcli. You should provide a config for it. Please execute cmd jcli config -g, then copy the output into ~/.jenkins-cli.yaml. According to your Jenkins configuration to modify this file.

Contribution

It's still under very early develope time. Any contribution is welcome.

About

Jenkins CLI allows you manage your Jenkins as an easy way

https://jenkins-zh.cn

License:MIT License


Languages

Language:Go 97.7%Language:Makefile 1.7%Language:Shell 0.6%