#jenkins-devops
Read more stories on Hashnode
Articles with this tag
First, we will setup Jenkins Agent To setup an agent, the Master and Agent nodes must connected using SSH. We need to add the Master node's public key...
1. Jenkins Installation on Ubuntu Jenkins requires Java to run. sudo apt update sudo apt install openjdk-11-jdk -y First, add the repository key to...