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 »

Continuous Integration With Jenkins Part I

Posted on · Tagged in

Continuous integration or CI, is all the rage these days. If you’re not familiar with what CI is, it’s basically a methodology for rapidly developing, testing and deploying applications. Using a well configured CI setup or pipeline, a developer or team of developers can make a change to their codebase, test those changes to make sure they didn’t break those changes and then push that code live in a matter of minutes.…

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