Skip to content

Failed to look up maven package in private artifactory #33649

Discussion options

You must be logged in to vote

Found the culprit... Missing configuration for NO_PROXY env variable... Somehow it was causing problems for requests towards artifactory even thou it worked for curl without this setting...

So setting -> NO_PROXY: "$CODE_NO_PROXY,$CODE_NO_PROXY_JVM,devops.bt.<ourOrgServer>.com" works like a charm..

Make sure the delimiters are correct I tried it couple of days back with wrong delimiters, got no clue that it is wrong so I removed proxies from the list of suspects...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MarekKromka
Comment options

@MarekKromka
Comment options

Answer selected by MarekKromka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants