You can download jcli
from bintray.com/jenkins-zh.
curl -L "https://bintray.com/jenkins-zh/jenkins-cli/download_file?file_path=v0.0.24%2Fjcli-darwin-amd64.tar.gz"|tar xzv
Get all versions from here.
Add YUM source repo by the following command:
cat > bintray-jenkins-zh-rpm.repo <<EOF#bintraybintray-jenkins-zh-rpm - packages by jenkins-zh from Bintray[bintraybintray-jenkins-zh-rpm]name=bintray-jenkins-zh-rpmbaseurl=https://dl.bintray.com/jenkins-zh/rpmgpgcheck=0repo_gpgcheck=0enabled=1EOFsudo mv bintray-jenkins-zh-rpm.repo /etc/yum.repos.d/sudo yum update
then you can install it by: yum install jcli
Add deb source repo by the following command:
echo "deb [trusted=yes] https://dl.bintray.com/jenkins-zh/deb wheezy main" | sudo tee -a /etc/apt/sources.listsudo apt update
then you can install it by: sudo apt-get install jcli
Also you can try the following ways:
jcli_id=$(docker create jenkinszh/jcli) && sudo docker cp $jcli_id:/usr/local/bin/jcli /usr/local/bin/jcli && docker rm -v $jcli_id
Download different version of OS? Just need to change the docker image tag:
image | description |
| Linux |
| Mac |
| Windows, you can find it from |
| Developing version, find can find them from |
Want to try the latest features? Download the developing version of different platform:
jcli_id=$(docker create jenkinszh/jcli:dev) && sudo docker cp $jcli_id:/bin/linux/jcli . && docker rm -v $jcli_id
jcli_id=$(docker create jenkinszh/jcli:dev) && sudo docker cp $jcli_id:/bin/darwin/jcli . && docker rm -v $jcli_id
jcli_id=$(docker create jenkinszh/jcli:dev) && sudo docker cp $jcli_id:/bin/windows/jcli.exe . && docker rm -v $jcli_id
Below distributions are out-of-date. If you want to maintain them, please let us know.
GoFish users can use gofish install jcli
Chocolatey users can use choco install jcli
Snapcraft users can use sudo snap install jcli