Android and Jenkins

Android and Jenkins. What is the limit?

Build a Jenkins MSI on your own Windows machine

Should you ever need to rebuild a Jenkins MSI on your Windows machine, here is a way to do it.

Create a new Jenkins node, and run your Jenkins agent as a service

In this tutorial, we will see how to start a Jenkins agent as a Linux service with systemd. Most of the time, I use Docker for my agents, and I...