CI CD with jenkins pipeline
-
DigitalOcean Droplet
-
For Droplet :
$ sudo nano /etc/ssh/sshd_config PermitRootLogin yes PasswordAuthentication yes $ sudo service ssh restart -
Access the droplet with ssh:
$ ssh root@<droplet_ip> # sudo bash install-jenkins.sh -
Access Jenkins though the browser:
<droplet_ip>:8080-> install suggested plugins# cat /var/jenkins_home/secrets/initialAdminPassword (Jenkins password)