Howto

I recently upgraded my Jenkins server, running Alpine Linux 13.x, in a VM

It's a straightforward process:

jenkins:~# apk update
jenkins:~# apk upgrade
jenkins:~# reboot

After the VM came back online, the surprise was having Jenkins refusing to start.

I checked the service and it said it's s...