Jenkins 配置 Credentials 凭证
一、创建凭证
Dashboard -> Manage Jenkins -> Manage Credentials
在 Domain 列随便点击一个 (global)
二、添加 凭证
点击左侧 Add Credentials
四、填写凭证
-
Kind:凭证类型
- Username with password: 配置 用户名和密码
- SSH Username with private key:配置 SSH 用户名和 私钥
- Apple Developer Profile:苹果开发者 Profile 文件
等等
选择 SSH Username with private key 为例
-
Scope:凭证的有效范围
- System:具体系统凭证
- Globalÿ