Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 54374e7

Browse files
authoredNov 30, 2020
Update README.md
1 parent 585261c commit 54374e7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎README.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ This is a plugin for [Jenkins CLI](https://github.com/jenkins-zh/jenkins-cli/) w
55
```
66
jcli config plugin fetch
77
jcli config plugin install ishell
8+
➜ ~ jcli ishell
9+
interactive Jenkins job shell
10+
>>> help
11+
12+
Commands:
13+
build trigger current job
14+
clear clear the screen
15+
context switch context between different Jenkins
16+
current show the current Jenkins
17+
exit exit the program
18+
help display help
19+
history show the history of job builds
20+
job set or print current job name
21+
search search all jobs
22+
version show the version of this plugin
23+
24+
25+
>>>
826
```
927

1028
# More plugins

0 commit comments

Comments
 (0)
Please sign in to comment.