Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.63 KB

Jenkins Build.md

File metadata and controls

46 lines (36 loc) · 1.63 KB

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