We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585261c commit 54374e7Copy full SHA for 54374e7
README.md
@@ -5,6 +5,24 @@ This is a plugin for [Jenkins CLI](https://github.com/jenkins-zh/jenkins-cli/) w
5
```
6
jcli config plugin fetch
7
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
+>>>
26
27
28
# More plugins
0 commit comments