title | weight |
---|---|
Proxy | 90 |
Jenkins might be stay in behind a firewall. So we cannot connect it directly. You can give jcli
a proxy setting. It’s also very simple to support a proxy setting. You just need to execute: jcli config edit
. Then find the item which you want to add a proxy. Like the below demo:
jenkins_servers:
- name: dev
url: http://192.168.1.10
username: admin
token: 11132c9ae4b20edbe56ac3e09cb5a3c8c2
proxy: http://192.168.10.10:47586
proxyAuth: username:password
当前内容版权归 jenkins中文社区 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 jenkins中文社区 .