Tag Archives: operations

GitLab CI/CD Pipeline for Maven-Based Applications

By | September 28, 2019

In this my third GitLab-related article I will show how I set up a CI/CD pipeline in GitLab CE for Maven-based applications that can produce, scan Docker images for release versions of the application. When I set out to create this pipeline, little did I know that I would also need to define a Git… Read More »

Building in Docker Containers on GitLab CE

By | June 17, 2019

In this article I will show how I added a GitLab runner with a Docker executor to my original GitLab CE setup. This type of GitLab runner will allow me to run GitLab jobs in containers created from Docker images. Almost a year ago I wrote an article about running GitLab CE in a Docker… Read More »

Running Out of Diskspace with Mule 3.7

By | October 13, 2015

The other day I ran out of diskspace in a server on which I ran a Mule 3.7 instance. After some searching I found some quite large files in the $MULE-HOME/bin directory which turned out to be heap-dump files. The cause for this turned out to be an additional wrapper parameter that is present in… Read More »