Jacamar CI v0.26.1
Release: v0.26.1
Date: 6/10/2025
Bug & Development Fixes
Establish job behavior overriding interface and fix
credential.store
(!618, !619)The core reason for these changes was adjusting to new behavior in the runner that began removing the job’s
.git/config
file during theget_sources
script, after we had attempted to inject a number of defaults configurations.The crucial portion of this change is the introduction of the
Overrider
interface, this will maintain the responsibility for modifying GitLab Runner behaviors (e.g, job scripts) in a more formal and easily maintainable manner moving forward.