63329/how-to-install-jenkins-in-redhat-centos
Hi everyone,
I am new in Jenkins. Can someone help me, how to install Jenkins in Redhat/CentOS?
Thank You
Hi@akhtar,
To install Jenkins in centOS/Redhat, you can follow the bellow steps.
$ Install Java (version8 or above) $ wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo $ rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key $ yum install jenkins
Hope this will help You
You can download the plugin (*.hpi file) ...READ MORE
You can use the same dockerfile for ...READ MORE
I’m assuming that Java and Maven are ...READ MORE
Here is a snippet from our Jenkins ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
To solve this problem, I followed advice ...READ MORE
You can run the following code, its ...READ MORE
To automatically run build on code commit, follow ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.