Docker image used by our Jenkins slaves.
Whenever master changes, Jenkins will build the new Docker image. Have a look here. Once it is successfully built, the Jenkins configuration has to be changed to use it.
- Go to Manage Jenkins (It is under the Jenkins main menu)
- Go to Configure System
- Go to the Cloud section of the Configure System page
- Click on the
Advanced...
button, then some new fields appear, with anotherAdvanced...
button, click on this one too. - Change the field
Docker image
to have the latest successful build ofjenkins-slave
like so:docker-registry.dawanda.in/jenkins-slave:build_12345
(12345
being your build number...) - Save changes with the
Save
button (Yep, surprising, isn't it?)