Docker implmentation of Jenkins Job DSL Playground created by sheehan.
This image is built on Docker Hub automatically when:
- the upstream OS container is rebuilt,
- a commit is made to the
master
branch - a commit is merge to the
master
branch.
If you need to build this image locally, please do the following steps:
- Install Docker.
- Clone this repository and get into the directory.
- Run
docker build -t job-dsl-playground .
- Install Docker.
- Pull this image from Docker Hub:
docker pull ewypych/job-dsl-playground:latest
. - Run a container from the image:
docker run --detach --volume=~/.gradle:/home/gradle/.gradle -p 5050:5050 ewypych/job-dsl-playground:latest
. - Go to
http://localhost:5050
in your web browser
This is a docker implementation of Jenkins Job DSL Playground made by sheehan. If you want to check a source code of the Jenkins Job DSL Playground application please visit sheehan's GitHub repository. You can also use an open, public application available at http://job-dsl.herokuapp.com.
Created by Emil Wypych, mail @gmail.