To use this repository, run the following command:
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-rc/jenkins.repo sudo rpm --import http://pkg.jenkins-ci.org/redhat-rc/jenkins-ci.org.key
If you've previously imported the key from Jenkins, the "rpm --import" will fail because you already have a key. Please ignore that and move on.
With that set up, the Jenkins package can be installed with:
yum install jenkins
See Wiki for more information, including how Jenkins is run and where the configuration is stored, etc.
If you need *.rpm for a specific version, use these.