Continuous Delivery With Jenkins

In this tutorial, we’ll go through the workflow involved with using Jenkins for continuous integration with a PHP project.

From setting up Jenkins jobs for our project, to the build steps needed to have code automatically tested when pushed to a branch in git, we’ll not only go through the ‘what’ and the ‘how’ - but also the ‘why’. Exploring why such a system can bring benefits to software development.