marlon-be / docker-php-ci

Docker PHP CI image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker PHP CI image

License:Apache License 2.0