You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: