Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkins-zh/jcli-ishell-plugin
This is a plugin for Jenkins CLI which allows you to manage your jobs in an interactive way.
https://github.com/jenkins-zh/jcli-ishell-plugin
interactive interactive-cli ishell jcli jenkins-cli plugin
Last synced: 3 months ago
JSON representation
This is a plugin for Jenkins CLI which allows you to manage your jobs in an interactive way.
- Host: GitHub
- URL: https://github.com/jenkins-zh/jcli-ishell-plugin
- Owner: jenkins-zh
- License: mit
- Created: 2020-11-21T13:04:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:01:14.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T00:49:25.764Z (5 months ago)
- Topics: interactive, interactive-cli, ishell, jcli, jenkins-cli, plugin
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README-zh.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# jcli-ishell-plugin
这是 [Jenkins CLI](https://github.com/jenkins-zh/jenkins-cli/) 的一个插件,它可以让你以交互式命令的方式管理你的 Jenkins 任务。# 快速开始
```
jcli config plugin fetch
jcli config plugin install ishell
➜ ~ jcli ishell
interactive Jenkins job shell
>>> helpCommands:
build trigger current job
clear clear the screen
context switch context between different Jenkins
current show the current Jenkins
exit exit the program
help display help
history show the history of job builds
job set or print current job name
search search all jobs
version show the version of this plugin>>>
```# 更多插件
你可以从[这里](https://github.com/jenkins-zh/jcli-plugins)找到更多的插件。