Hello, I am trying to download an artifact from the jenkins server with wget.
This is the command where *url.file *is the path to the artifact and* HOST_IP *is the ip of the jenkins server i use. *wget -d -v http://url.file*If I click on the url using the browser I am able to download it but not via wget. And the output is this: -------------------------------------------------------------------- *Setting --verbose (verbose) to 1DEBUG output created by Wget 1.15 on linux-gnu.URI encoding = ‘UTF-8’URI encoding = ‘UTF-8’--2016-11-11 16:02:06-- http://url.fileConnecting to 136.18.66.239:83... connected.Created socket 3.Releasing 0x09641e70 (new refcount 0).Deleting unused 0x09641e70.---request begin---GET* * url.file HTTP/1.1User-Agent: Wget/1.15 (linux-gnu)Accept: */*Host: * *HOST_IPConnection: CloseProxy-Connection: Keep-Alive---request end---Proxy request sent, awaiting response... ---response begin---HTTP/1.1 407 Proxy Authentication RequiredProxy-Authenticate: BASIC realm="Hanon_Reydel_Visteon_Seq_Realm"Cache-Control: no-cachePragma: no-cacheContent-Type: text/html; charset=utf-8Proxy-Connection: closeSet-Cookie: BCSI-CS-4da20b2b51927007=2; Path=/Connection: closeContent-Length: 849---response end---407 Proxy Authentication RequiredStored cookie * *HOST_IP -1 (ANY) / <session> <insecure> [expiry none] BCSI-CS-4da20b2b51927007 2URI content encoding = ‘utf-8’Closed fd 32016-11-11 16:02:06 ERROR 407: Proxy Authentication Required.* ----------------------------------------------------------------------- Does anyone know how to fix this. Thank you for your help! Best Regards, Angel Yanev -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/428cca4d-b912-49db-8771-28edd49abc5d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
