Re: How are Jenkins Docker images tested?

2019-06-21 Thread Jakub Bocheński
nkins, where we're all about that continuous delivery > --- some cloudbees developer > On Friday, March 22, 2019 at 5:11:13 PM UTC+1, Jakub Bocheński wrote: > > Hi, > I was wondering what kind of test automation is used to test the official > Jenkins docker images ( http

How are Jenkins Docker images tested?

2019-03-22 Thread Jakub Bocheński
Hi, I was wondering what kind of test automation is used to test the official Jenkins docker images ( https://hub.docker.com/r/jenkins/jenkins/, https://hub.docker.com/r/jenkins/slave) I was hoping to reuse the test for the custom images we build to extend the slave. The problem is I couldn&#

Re: jenkins docker images

2018-04-13 Thread Mark Waite
I believe the process which generates the Jenkins docker images is automated. That automation does not require updating the JENKINS_VERSION default value in the Dockerfile. By avoiding updates of the JENKINS_VERSION in the Dockerfile of the repository, the project does not waste commits on

jenkins docker images

2018-04-13 Thread Jens Löök
I'm looking at setting up Jenkins running in a docker container, I know that there are tons of information just a google search away but there is one thing I have not been able to figure out. As far as I can tell the official docker images can be found at https://hub.docker.com/r/jenkins/jenkin