I am attempting to set up Jenkins on an Ubuntu Server 64-bit EC2 instance, using a simple bash script in a CloudFormation template. Using apt-get I get the following error:
Failed to fetch http://pkg.jenkins-ci.org/debian/binary/jenkins_1.534_all.deb 404 Not Found I followed the instructions found here <http://pkg.jenkins-ci.org/debian/>, and this is the relevant portion of my script: wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | apt-key add - echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list apt-get update -y apt-get install jenkins Indeed at the time of writing the link to jenkins_1.534_all.deb on that page shows a 'Not Found' error. Is there a fix for this? Thanks, Christopher -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
