jcli: Add version 0.0.21 (#486)

This commit is contained in:
Zhao Xiaojie 2019-10-22 01:36:23 +08:00 committed by Richard Kuhnt
parent e5596dffa4
commit 7c50503527

18
bucket/jcli.json Normal file
View File

@ -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"
}
}
}