How to use Automator on macOS

Motivation Inspired by the session at BarCamp Regensburg I started to think about pain points in my workflow. I figured out that the conversion of my photos was too cumbersome. Before When writing articles I download the images from my phone via AirDrop to my Mac. Apple stores images in the HEIC format on my…

Anatomy of a Jenkinsfile – Tutorial

Why should you use a Jenkinsfile? The biggest advantage of a Jenkinsfile is the ability to use version control to manage your build system. When you use freestyle jobs you can loose you configuration due to limit history depth. Descriptive vs Scripted Jenkinsfiles come in two flavours: Declarative pipelines always begin with the word pipeline…