A docker that works for jenkins-php.org templates
481
Here is another Jenkins-php template docker. With the difference that this one works.
Is based on the Jenkins official docker image.
Saddly you just can't run the docker image and start working. You need to clone this repo. This is because the Jenkins image sets a volume for the jenkins home folder. And you will need to add the php template to that folder.
rwx rights for the jenkins user in that folderdocker run -d -P -v /var/docker/jenkins-php-docker:/var/jenkins_home:rw naxhh/jenkins-php-dockerDocker exposes the port 8080 so just go to http://<yourip>:8080
Now you have a Jenkins working. So you just need to configure your project. You can Follow the instructions in jenkins-php guide.
For a quick test you can set up a project for the Money project
jenkins user.Content type
Image
Digest
sha256:624e61637…
Size
508 MB
Last updated
almost 11 years ago
docker pull hoangthienan/jenkins-php-docker