How to build projects with Jenkins Need to download plugins for sonarqube, docker, ssh, badges, and github Make ssh key for jenkins machine Navigate to the below area on github and create an SSH key for your jenkins machine. This is so jenkins can push dev code to production. Setup jenkins bulid to poll github for events, scan with sonarqube, and deploy Pull code from repository Trigger the build after a commit has been pushed to github Nightly jenkins event Deploy containers Destroy containers Push the results back to production