This is a storage repository of Jenkins CLI.
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.