We've recently added nodes to a jenkins 1.455 box, and have the jdks set to auto-install from oracle. When the task executes on the slave, we get these errors:
Downloading JDK from http://download.oracle.com/otn/java/jdk/6u30-b12/jdk-6u30-linux-x64.bin Downloading 5307bytes Installing /home/exodus/jenkins/tools/jdk1.6_30/jdk.sh [jdk1.6_30] $ /home/exodus/jenkins/tools/jdk1.6_30/jdk.sh -noregister /home/exodus/jenkins/tools/jdk1.6_30/jdk.sh: line 1: html: No such file or directory /home/exodus/jenkins/tools/jdk1.6_30/jdk.sh: line 2: head: No such file or directory When I look at the jdk.sh file, It is an html page from oracle warning that the terms of use needs to be accepted before downloading (we've checked this box on the jenkins page). For now, I'm working on manually downloading the bin files to get around this. Is this something others have seen? Did something change recently with the way Oracle wants the terms accepted that broke Jenkins? Or am I missing some config somewhere?
