Jenkins Master Slave
Jenkins Master Slave
2) Change jenkins default user to root (In AWS free account we can’t add new user with root
permission so use default root user only)
STEP 2: Make root as owner to all jenkins related folder & files (run the bellow commands in
master jenkins instance).
sudo chown -R root:root /var/lib/jenkins
sudo chown -R root:root /var/cache/jenkins
sudo chown -R root:root /var/log/jenkins
SSH Key Copy the public key of AWS slave instance here.
cat /etc/ssh/ssh_host_rsa_key.pub
Add Node snapshot
Credentials snapshot