Jenkins DSL Playground Docker Image
May 2, 2018 ยท View on GitHub
Docker implmentation of Jenkins Job DSL Playground created by sheehan.
How to Build image
This image is built on Docker Hub automatically when:
- the upstream OS container is rebuilt,
- a commit is made to the
masterbranch - a commit is merge to the
masterbranch.
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 .
How to Use
- 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:5050in your web browser
Notes
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.
License
Author
Created by Emil Wypych, mail @gmail.