Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 400 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 400 Bytes

docker-php-ci

Docker container set up with necessary PHP QA tools to integrate with the Jenkins-PHP QA-tools. (http://jenkins-php.org)

Usage

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