sheehan / job-dsl-gradle-example

An example Job DSL project that uses Gradle for building and testing.
Apache License 2.0
446 stars 327 forks source link

Jenkins Docker build available? #61

Open toddllm opened 7 years ago

toddllm commented 7 years ago

Do you know of or do you have a Docker Jenkins build that you are working with?

If not, I could look into making one. We are moving our Jenkins infrastructure to Docker and supporting job-dsl-gradle out of the box functionality would be a great starting point.

According to https://github.com/jenkinsci/docker, it's probably a one liner:

FROM jenkins RUN /usr/local/bin/install-plugins.sh

sheehan commented 7 years ago

I don't. Sounds like a great idea though!

toddllm commented 7 years ago

Added one here:

https://hub.docker.com/r/deshantm/docker-jenkins-jobs-dsl-gradle-examples/