Integrate gitlab-ci/introduce-gitlab-log-sections-cli-helper and 1 more
requested to merge integrate/gitlab-ci/introduce-gitlab-log-sections-cli-helper/into/seco_lf-5.10.y into seco_lf-5.10.y
Commit: clea-os/infrastructure/gitlab-ci@de6ae85e
[TOOLS] Add Bash CLI helper for GitLab CI log sections
GitLab supports collapsible log sections: https://docs.gitlab.com/ci/jobs/job_logs/#expand-and-collapse-job-log-sections
This commit adds a Bash CLI tool to simplify emitting
section_start
/section_end
markers directly in CI job scripts.
While gitlab_logging.py
provides similar functionality for Python
scripts, this tool creates collapsible sections from shell/bash.
--
Commit: clea-os/infrastructure/gitlab-ci@771f52ed
[PACKAGE] Enhance artifacts packaging