Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheehan/job-dsl-playground
An app for debugging Groovy scripts using the Jenkins Job DSL
https://github.com/sheehan/job-dsl-playground
groovy jenkins job-dsl
Last synced: about 1 month ago
JSON representation
An app for debugging Groovy scripts using the Jenkins Job DSL
- Host: GitHub
- URL: https://github.com/sheehan/job-dsl-playground
- Owner: sheehan
- License: apache-2.0
- Created: 2014-02-16T22:31:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T02:40:00.000Z (over 2 years ago)
- Last Synced: 2024-09-30T04:01:35.550Z (about 1 month ago)
- Topics: groovy, jenkins, job-dsl
- Language: Groovy
- Homepage: http://job-dsl.herokuapp.com/
- Size: 1.4 MB
- Stars: 88
- Watchers: 8
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins Job DSL Playground
http://job-dsl.herokuapp.com/
An app for debugging Groovy scripts using the [Jenkins Job DSL](https://github.com/jenkinsci/job-dsl-plugin). Allows the user to create jobs with the DSL and view the generated XML.
Powered by [Ratpack](https://github.com/ratpack/ratpack).
You can run the app locally with:
```bash
./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