proxy component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/proxy@stable
inputs:
http_proxy: <value>
https_proxy: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| http_proxy | Sample value http://proxynoauth.example.com:8080 | string | |
| https_proxy | Sample value http://proxynoauth.example.com:8080 | string | |
| no_proxy | Comma-separated list of hosts that should be excluded from proxying. | .local,127.0.0.1,localhost | string |