I need to install Jenkins in my localhost(CentOS) and I tried issuing the procedures in the following link:
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions
But it gives an error saying,
Resolving pkg.jenkins-ci.org... 63.246.20.93 Connecting to pkg.jenkins-ci.org|63.246.20.93|:80... failed: Connection refused.
Though, wget http://pkg.jenkins-ci.org works fine.
Can anyone help me to resolve this issue?