Skip to content

Sigmon 237 fix ci documentation cache

Thibaud Marie Eric Buffet requested to merge SIGMON-237_fix_CI_cache into dev

Context

  • Project(s) README(s) link(s)
  • Story reminder = The CI cache when out of memory when building too many branches and documentation
  • Task details = Find a solution to have access to the documentation from a branch without caching

What was done

  • keypoints of the implementation / code changes
  • Tried to use the artifacts links to access the documentation with artifacts. Not managed to make it work.
  • why was this solution preferred over another?
  • This solution leaves access to the artifacts but requires the user to unzip it manualy
  • ? what could be improved on?
  • Probably possible using sub domains and dns configuration

TODO

  • Anything still to be done?

Review objectives

  • assessment of code functionality
  • assessment of code quality
  • identifying potential refactorings / logic common to other projects
  • knowledge sharing

Merge request reports