Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Allow extra env from agent.env #5

Closed
wants to merge 2 commits into from
Closed

Allow extra env from agent.env #5

wants to merge 2 commits into from

Conversation

bigbrozer
Copy link

@bigbrozer bigbrozer commented Sep 19, 2018

Some are using corporate proxy, this allow to pass http_proxy and so on during container creation providing values:

agent:
  env:
    http_proxy: http://ip:port
    https_proxy: http://ip:port
    VSTS_HTTP_PROXY: http://ip:port

EDIT: added VSTS_HTTP_PROXY example.

Some are using corporate proxy, this allow to pass http_proxy and so on
during container creation providing values:

```
agent:
  env:
    http_proxy: http://ip:port
    https_proxy: http://ip:port
```
@msftclas
Copy link

msftclas commented Sep 19, 2018

CLA assistant check
All CLA requirements met.

@vglafirov
Copy link
Contributor

This is addressed in #7

@vglafirov vglafirov closed this Oct 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants