Docker container set up with necessary PHP QA tools to integrate with the Jenkins-PHP QA-tools. (http://jenkins-php.org)
The following shell command can be used within your project's Jenkins configuration to execute the build-file:
docker run -v ${WORKSPACE}:/project -p 22 -v ${JENKINS_HOME}/.ssh:/root/.ssh -w /project fabrizzio/docker-php-ci ant