Jenkins pipelines, Docker build agents and running unit tests against multiple PHP versions.

In this post I’m going to walk through the process of installing Jenkins and using Pipelines to configure multi-stage parallel builds that test our code against multiple PHP versions in isolation. This setup means that we do not have to install and maintain multiple versions of PHP with multiple PHP extention requirements on our Jenkins […]