Archiving Logs in a Repository or Databse - What the Best Practice?

We have a Jenkins system that generates hundreds of Robot Framework logs per day, which include log.html and usually at least a few screenshot jpegs. We store these artifacts on the Jenkins server until they are automatically deleted based on a fairly short retention period.

It’s had to explain but Jenkins isn’t the best way to host and store these types of artifacts :slight_smile:

What we would like to do is to export the artifacts to some sort of database or repository server that does a much better job of managing things.

Other than just dropping the artifacts on a cheap web server, are there other solutions that exist?