sheehan / job-dsl-playground

An app for debugging Groovy scripts using the Jenkins Job DSL
http://job-dsl.herokuapp.com/
Apache License 2.0
88 stars 33 forks source link
groovy jenkins job-dsl

Jenkins Job DSL Playground

http://job-dsl.herokuapp.com/

An app for debugging Groovy scripts using the Jenkins Job DSL. Allows the user to create jobs with the DSL and view the generated XML.

Powered by Ratpack.

You can run the app locally with:

./gradlew run

Or build a docker image using the locally included Dockerfile.

docker build -t dsl-playground .
docker run -p 5050:5050 dsl-playground

https://github.com/ewypych/docker-job-dsl-playground