configuration-as-code-plugin/demos/proxy/README.md

15 lines
227 B
Markdown

# Configure proxy
## Sample configuration
```yaml
jenkins:
proxy:
name: "proxyhost"
port: 80
userName: "login"
secretPassword: "password"
noProxyHost: "externalhost"
testUrl: "http://google.com"
```