Install Jenkins and Connect GitHub
Step-1: Install Java
Update your system
sudo apt-get update
Install Java
sudo apt install openjdk-11-jre
Validate Installation
java -version
Step 2: Install Jenkins
First, add this repo key to your system
wget -q -O - https://pkg.jenkins.i...
siddhantgupta.hashnode.dev2 min read