Static Webpage deployment using Git-Jenkins-Docker-Nginx
Install Jenkins using below commands for Ubuntu 22.04
apt-get update
apt install openjdk-11-jre
curl -fsSL https://pkg.jenkins.io/debian/jenkins.io-2023.key | sudo tee \
/usr/share/keyrings/jenkins-keyring.asc > /dev/null
echo deb [signed-b...
blogs.q21.in2 min read