-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from nekoimi/dev
完善配置和使用文档
- Loading branch information
Showing
7 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 企业微信机器人配置 | ||
|
||
### 一、配置企业微信机器人 | ||
|
||
需要在 jenkins 系统配置中配置企业微信机器人,支持配置多个机器人 | ||
|
||
- 1、点击`全局设置` | ||
|
||
![](images/stage1-1.png) | ||
|
||
- 2、进入`系统设置` | ||
|
||
![](images/stage1-2.png) | ||
|
||
- 3、下拉找到`企业微信机器人`,点击`新增` | ||
|
||
![](images/stage1-3.png) | ||
|
||
- 4、添加机器人信息并测试 | ||
|
||
![](images/stage1-4.png) | ||
|
||
- 5、保存配置即可 | ||
|
||
### 二、配置企业微信成员的手机号信息 | ||
|
||
需要在 jenkins 用户信息页面,配置企业微信成员手机号码,这样 jenkins 才知道当前 job 的执行结果应该 @ 那个企业微信中成员 | ||
|
||
- 进入用户账号设置,配置手机号,这个手机号是用户在企业微信中成员的手机号 | ||
|
||
![](images/stage2-1.png) |