DevOps

DevOps
Fine-tuning of Tekton event listeners with (CEL) interceptors

The integration between a source code management system (SCM), such as Bitbucket or GitHub, and Tekton can be customized with the help of interceptors. Individual filter conditions can also be applied using the Common Expression Language (CEL).

DevOps
Generating Tekton resources with ytt templates

The initial effort for the creation of YAML files for new Tekton resources can be significantly reduced with the help of a templating mechanism based on ytt.

DevOps
Special characteristics of JVM flags in container environments

JVM flags for heap memory come with a few surprises when used for applications running in containers. Thoughtless use can easily allocate too little or too much memory.