Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.09 KB

Jenkins CLI repository

This is a storage repository of Jenkins CLI.

jcli

Download a specific version of jcli by the following URL:

OS URL
MacOS wget https://cdn.jsdelivr.net/gh/jenkins-zh/[email protected]/jcli-darwin-amd64.tar.gz
Linux wget https://cdn.jsdelivr.net/gh/jenkins-zh/[email protected]/jcli-linux-amd64.tar.gz
Windows wget https://cdn.jsdelivr.net/gh/jenkins-zh/[email protected]/jcli-windows-386.tar.gz

Download develop version of jcli by the following URL:

OS URL
MacOS wget https://cdn.jsdelivr.net/gh/jenkins-zh/jcli-repo/jcli-darwin-amd64.tar.gz
Linux wget https://cdn.jsdelivr.net/gh/jenkins-zh/jcli-repo/jcli-linux-amd64.tar.gz
Windows wget https://cdn.jsdelivr.net/gh/jenkins-zh/jcli-repo/jcli-windows-386.tar.gz

Or, you can browse them from here.

Thanks jsDelivr for providing the CDN.