Jenkins Using Docker
Steps
docker pull jenkins/jenkins
Use this comment to install jenkins image.
sudo mkdir /var/jenkins_home
Create a File for jenkins in your machine by running this command.
sudo chmod 777 /var/jenkins_home/ -R
Give permission to the...
nidhishmalav.hashnode.dev1 min read