Skip to content

Integrate gitlab-ci/enhanced-gitlab-logging-module

Commit: clea-os/infrastructure/gitlab-ci@fa793019

[CICD][LOGGING] Add enhanced logging module with masking & GitLab collapsible sections

This introduces two key features to the logging module:

  • Sensitive Data Maskingi which masks sensitive information (e.g., passwords, tokens) in log output. Useful during debugging when examining arguments, ensuring confidential data is not exposed.

  • GitLab Collapsible Sections in Job Logs Enables structured and collapsible log sections for better readability. Reference: https://docs.gitlab.com/ee/ci/jobs/job_logs.html#custom-collapsible-sections

Merge request reports

Loading