#continuous-integration
Git Shallow Clone
Oct 03, 2019
If you git clone a repository it brings in the entire repository which contains every revision of every file ever made. Sometimes this is overkill. Try a shallow clone instead!
Jenkins: Freestyle Project
Aug 09, 2019
With jenkins you can create a freestyle project which allows you to define multiple steps in which to build your application.
Intro To Jenkins
Aug 07, 2019
Jenkins is an open source automation server which offers a lot of functionality out of the box combined with plugins that can usually accomplish what you need.