Ed Zynda

Coder | Hacker | Superhero

Continuous Integration With Jenkins Part II

Posted on · Tagged in

In the first part of this series, I showed you how you can easily set up a project to run automated tests using Jenkins. The quickest and easiest way to build your project and run tests is to add a build step that runs a bunch of shell commands. This is fine for small projects but what about larger projects with complex build steps and dependencies? A better options is to use another tool to automate the build process and perform certain tasks dynamically.…

Read more »
Subscribe to my newsletter and get a free copy of my book, Aspect Oriented Programming in PHP.