皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Jenkins CLI v0.0.14 发布,管理 CI/CD 平台

Jenkins CLI v0.0.14 发布了,本次发布的变更记录包括:

  • 增加对参数化任务的触发支持
  • 显示插件的安装过程
  • 添加 release-drafter
  • 修复 Jenkins 没有启用 Crumb 时的报错
  • 修复当用户目录下没有配置文件的情况下生成样本配置信息时的报错

安装方法:

brew tap linuxsuren/jcli
brew install jcli

快速入门:

ubuntu@172:~$ ./jcli -h
jcli is Jenkins CLI which could help with your multiple Jenkins,
Manage your Jenkins and your pipelines
More information could found at https://jenkins-zh.cn

Usage:
jcli [flags]
jcli [command]

Available Commands:
center      Manage your update center
config      Manage the config of jcli
crumb       Print crumbIssuer of Jenkins
help        Help about any command
job         Print the job of your Jenkins
open        Open your Jenkins with a browse
plugin      Manage the plugins of Jenkins
queue       Print the queue of your Jenkins
restart     Restart your Jenkins
user        Print the user of your Jenkins

Flags:
-h, –help      help for jcli
-v, –version   Print the version of Jenkins CLI

Use “jcli [command] –help” for more information about a command.

转自 https://www.oschina.net/news/108377/jenkins-cli-0-0-14-released