Installing Hudson on CentOS [closed]

Following the instructions here:
http://wiki.hudson-ci.org/display/HUDSON/Installing+Hudson+using+RPM+repository

fails at the very first step:

sudo wget -O /etc/yum.repos.d/hudson.repo http://hudson-ci.org/redhat/hudson.repo
Connecting to hudson-ci.org|137.254.56.22|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-05-15 22:41:54 ERROR 404: Not Found.

Indeed opening http://hudson-ci.org/redhat/hudson.repo in a browser gives a 404. Can anyone help?

Answer

Jenkins is the fork from Hudson. You should use Jenkins instead of Hudson, as that’s where the community is right now.

https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins

CentOS repository info and RPMs are available at:

http://pkg.jenkins-ci.org/redhat/

Once you have the repo configured, you should be able to do something like yum install jenkins and it will take care of it all.

Attribution
Source : Link , Question Author : Ali , Answer Author : cjc

Leave a Comment