Day 18. Installing and Configuring Jenkins
Jenkins Installation
Linux
It can be installed from the debian-stable apt repository.
sudo wget -O /usr/share/keyrings/jenkins-keyring.asc https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key
echo "deb [signed-by=/usr/share/keyrings/jenkins-keyri...
ashwinimahajan.hashnode.dev2 min read