Jenkins war story - Agents keep disconnecting

Today I would like to share an issue that stumped a number of our engineers over the last couple of days. We had just swapped our production Jenkins over to a new Kubernetes cluster, this was tested on the day and all seemed fine. The old cluster was stopped and…

Jenkins and webpack

Many Jenkins plugins don’t use modern UI features, it's normally a trial and error process on how to get this working right without a lot of documentation on it. Webpack is a module bundler which makes it easy to consumer and process libraries. Some use-cases for using webpack with…