Skip to content

fix(ci): url-encode branch name when downloading trigger artefacts

Ashley HARWOOD requested to merge fix/url-encode-branch-in-artefact-download into main

Summary

  • Fix 404 when validate-artefacts job downloads trigger_payload.json
  • Branch names like feature/jargon-sync-untp-core contain slashes that break the GitLab API URL path
  • URL-encode the branch name using jq -sRr @uri before passing it to the artefact download endpoint

Merge request reports

Loading