Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Jenkins

CI CD with jenkins pipeline

Installation (DigitalOcean) & Configuration

  1. DigitalOcean Droplet

  2. For Droplet :

     $ sudo nano /etc/ssh/sshd_config
    
         PermitRootLogin yes 
         PasswordAuthentication yes
    
     $ sudo service ssh restart
    
  3. Access the droplet with ssh:

     $ ssh root@<droplet_ip>
    
     # sudo bash install-jenkins.sh
    
  4. Access Jenkins though the browser: <droplet_ip>:8080 -> install suggested plugins

     # cat /var/jenkins_home/secrets/initialAdminPassword (Jenkins password)