diff --git a/bucket/jcli.json b/bucket/jcli.json new file mode 100644 index 0000000000..9e7f0a2e63 --- /dev/null +++ b/bucket/jcli.json @@ -0,0 +1,18 @@ +{ + "version": "0.0.21", + "description": "Multiple Jenkins servers manager.", + "homepage": "https://jenkins-zh.github.io/jcli-docs/", + "license": "MIT", + "url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v0.0.21/jcli-windows-386.tar.gz", + "hash": "edbee0fc1de82481dd3b661fa955e20753d1f531e24e69082e58883a436c464f", + "bin": "jcli.exe", + "checkver": { + "github": "https://github.com/jenkins-zh/jenkins-cli" + }, + "autoupdate": { + "url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v$version/jcli-windows-386.tar.gz", + "hash": { + "url": "$baseurl/jcli-windows-386.txt" + } + } +}