EclipseLink Jenkins server (https://ci.eclipse.org/eclipselink/) - unable download Apache Ant with wget
Summary
During last time I see issue with
wget -q https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.14-bin.tar.gz -O ant.tar.gz
command. It fails but mentioned URL works in my browser or in my local wget (behind Oracle proxy).
Is it, this URL blocked by some firewall or some proxy setting is needed?
Steps to reproduce
See e.g job https://ci.eclipse.org/eclipselink/job/TCK_javax_JPA_run/17/console
What is the current bug behavior?
Job https://ci.eclipse.org/eclipselink/job/TCK_javax_JPA_run/17/console fails
What is the expected correct behavior?
Job or at least wget command should pass. https://ci.eclipse.org/eclipselink/job/TCK_javax_JPA_run
Relevant logs and/or screenshots
https://ci.eclipse.org/eclipselink/job/TCK_javax_JPA_run/17/console
Priority
-
Urgent -
High -
Medium -
Low
Severity
-
Blocker -
Major -
Normal -
Low
Impact
It blocking some our Jenkins jobs which needs older (1.9.x) version of Apache Ant.