├── .bashrc ├── Dockerfile ├── README.md └── jobs └── php-template └── config.xml /.bashrc: -------------------------------------------------------------------------------- 1 | PATH=$PATH:/home/jenkins/vendor/bin -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naxhh/jenkins-php-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naxhh/jenkins-php-docker/HEAD/README.md -------------------------------------------------------------------------------- /jobs/php-template/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naxhh/jenkins-php-docker/HEAD/jobs/php-template/config.xml --------------------------------------------------------------------------------