Simple Webhook-Tester in OpenShift

I needed to check the payload my alertmanager in OpenShift was sending out to the target-system (which was not under my control and I couldn’t check what was received).

There is some documentation online. However at the time of writing, the example in the documentation was not usable out-of-the-box …

more ...

Dynamically include files in Gitlab-CI

Recently in a Gitlab-CI pipeline I needed to dynamically include several variables that lived inside a yaml-file. The file that needed to be included was defined as a CICD-variable coming from an external API-call that triggered the CI-pipeline.

The file were called after version-numbers, e.g …

more ...


How to create repositories in Artifactory with curl

I recently created repositories in a new Artifactory instance. This was a testing instance and since I dind’t work with Artifactory much before this, I created them in the web-frontend by hand.

I then wanted to get them as code so I could recreate them in the production Artifactory …

more ...