In this Jenkins Tutorial for beginners on Linux i will show you how to Install Jenkins on Linux and make use of this great Continuous integration tool and add Jenkins users, this is part of Jenkins Quick Tutorial.
Jenkins is an essential tool for any DevOp who is looking for Continuous deployment
This tutorial is suitable for people who are looking for Jenkins tutorials for beginners.
What is Jenkins
Jenkins is one of the tools for continuous integration and deployment. You can use Jenkins for repetitive tasks and even for scheduled jobs.
Install Jenkins
Go to jenkins.io and find the right version for your operating system, always use the LTS version which is the long term support version
Download and use it's repo and import the Jenkins key:
sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/...
sudo rpm --import https://pkg.jenkins.io/redhat-stable/...
Add Jenkins Users
Login to Jenkins console
Select 'manage Jenkins'
Select 'Manage Users'
Select 'Create User'
Fill all required information
Select 'Back to Dashboard'
Select 'manage Jenkins'
Select 'Configure Global Security'
Check the 'Matrix-based security'
Add the user and select 'add' then choose all user/group privileges