Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confirm proxy capability #85

Closed
gabemontero opened this issue Nov 17, 2017 · 2 comments
Closed

confirm proxy capability #85

gabemontero opened this issue Nov 17, 2017 · 2 comments
Assignees
Labels
triage/support Indicates an issue that is a support question.

Comments

@gabemontero
Copy link
Contributor

@coreydaley - just forwarded an email thread from openshift-sme on this

Quick summary from that thread

  • oc should honor HTTP_PROXY or HTTPS_PROXY (I dove into this a few months back)
  • users should either set that env var via pipeline build strategy env vars, build params with that name, or use of env.HTTP_PROXY=<value> in there scripts
  • (re)confirm in plugin java code that the EnvVar is properly propagated to the durable task plugin task that leads to the fork/exec of oc (OcAction.java)
  • at the moment, I think the maven/slave related stuff if orthogonal, but let's see what we get back from the customer

@bparees fyi

@gabemontero gabemontero added the triage/support Indicates an issue that is a support question. label Nov 17, 2017
@gabemontero
Copy link
Contributor Author

added question label for now cause I think this works ... but if @coreydaley finds a bug we can relabel accordingly

@gabemontero
Copy link
Contributor Author

We ended up sorting out these various threads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/support Indicates an issue that is a support question.
Projects
None yet
Development

No branches or pull requests

2 participants