Jacamar CI v0.26.2

User Changes

  • Introduce feature flag for credential.interactive (!621)

    • Git version v2.46+ modified credential behavior, coupled with runner defaults and the use of GIT_ASKPASS you can experience the following error: fatal: unable to get password from user. Adding the FF_GIT_INTERACTIVE: true variable to the job aims to address this.

    • [general]
        # Enforce behavior across all jobs using the runner.
        ff_git_interactive = true
      
    • Alteratively to this feature, you can utilize the Runner feature flag FF_GIT_URLS_WITHOUT_TOKENS.