You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After install jenkinsclient, you can use command `jenkins` to perform many operations on Jenkins server.
@@ -53,7 +64,7 @@ try `jenkins plugins` to see all plugins on your jenkins server.
53
64
54
65
## Help infomation
55
66
56
-
Type `jenkins` to show help infomation like this:
67
+
Type `jenkins` to show jenkinsclient help information, or `jenkins GROUP` to view group command help information, such as `jenkins config`, `jenkins job`.like this:
57
68
58
69
```
59
70
NAME
@@ -68,28 +79,45 @@ DESCRIPTION
68
79
GROUPS
69
80
GROUP is one of the following:
70
81
82
+
build
83
+
Jenkins构建相关操作
84
+
71
85
config
72
86
配置信息
73
87
88
+
executor
89
+
Jenkins执行器相关操作
90
+
74
91
job
75
92
Jenkins任务相关操作
76
93
94
+
node
95
+
Jenkins节点相关操作
96
+
77
97
plugin
78
98
Jenkins插件相关操作
79
99
100
+
queue
101
+
Jenkins队列相关操作
102
+
80
103
COMMANDS
81
104
COMMAND is one of the following:
82
105
83
106
jobs
84
107
显示任务列表
85
108
109
+
nodes
110
+
显示节点列表
111
+
86
112
plugins
87
113
显示插件列表
88
114
115
+
queues
116
+
查看队列
117
+
118
+
version
119
+
显示Jenkins服务器版本号
120
+
89
121
whoami
90
122
显示当前用户
91
123
```
92
-
93
-
## Command infomation
94
-
95
-
You can type `jenkins COMMAND` to view command infomation, such as `jenkins confg`, `jenkins job`.
0 commit comments