Simple 5 steps to started with Jenkins. 1. First install it ! # wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo # rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key # yum install jenkins 2. Install java # yum install java-1.7.0-openjdk 3. Open firewall # firewall-cmd --zone=public --add-port=8080/tcp --permanent # firewall-cmd --reload 4. start it ! # systemctl restart jenkins.service 5. Visit it http://ip-addre:8080
Welcome to your go-to blog for all things DevOps and cloud technologies! Dive into comprehensive guides on Red Hat certifications (RHCSA, RHCE, RHCSS, RHCVA, RHCDS, RHCA), along with essential tools like OpenStack, OpenShift, and Rancher. Learn how to streamline workflows, master Cloud Storage, and optimize virtualization with VMware. Enhance your networking skills with CCNA and explore cutting-edge practices in Linux, automation, cloud computing, and DevOps pipelines.