Sign inSign up

aleksxp/jenkins-php

By aleksxp

Updated about 9 years ago

Jenkins + PHP 7.0

Image
0

274

aleksxp/jenkins-php repository overview

Jenkins + PHP 7.0

Current version: 0.3.1 Base image: jenkins/jenkins lts

Install

  1. Pull image docker pull aleksxp/jenkins-php

Rebuild image

If you want to rebuild image, run:

git clone https://github.com/alekspankov/docker-jenkins-php.git
cd docker-jenkins-php
docker build -t your/image:tag .
Set executors number

Executors number is set to 1 by default. To change it:

  1. Open file tools/executors.groovy
  2. Edit executors in line 2: Jenkins.instance.setNumExecutors(1) (replace 1 by needed number)

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Tag summary

Content type

Image

Digest

Size

463.2 MB

Last updated

about 9 years ago

docker pull aleksxp/jenkins-php