Filter required to replace master branch name with actual branch in link refs
Links on gitlab do not support variables to reference the current branch we are on in links like [name](/../builds/artifacts/master/file/CheatSheet/CheatSheet.pdf?job=CheatSheet)
.
When generating an output file on a feature branch, the link still points to the last stable version on the master
branch.
A filter should be written to replace master
with the correct CI_COMMIT_REF_NAME
we are building on.
-
replace in
/../builds/artifacts/master/
links - add section in documentation