Git Product home page Git Product logo

jenkins-php-docker's Introduction

Jenkins-PHP Docker

Here is another Jenkins-php template docker. With the difference that this one works.

Is based on the Jenkins official docker image.

Installing

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.

  • Clone this repo where you want. Like: /var/docker/jenkins-php-docker
  • Or you can just copy the files from the repo
    • Give rwx rights for the jenkins user in that folder
  • Run the image docker run -d -P -v /var/docker/jenkins-php-docker:/var/jenkins_home:rw naxhh/jenkins-php-docker

Docker exposes the port 8080 so just go to http://<yourip>:8080

Configure a project

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

  • Create a new work
  • Configure it as git and add the Money project clone url
  • You can save the work without any modification
  • Build the project and see the results.

Common problems or errors

  • Remember to add privileges for the jenkins user.
  • Job description by default have two images, you need to configure html rendering in the security options

jenkins-php-docker's People

Contributors

naxhh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.