There reason for artifacts error is that the paths to the added files are stored in the database and the files themselves are located in /usr/local/tomcat/ so that they are not preserved when container is created on update.
To keep the files the named volumes for audit and test result attachments have been added.
PR Details
There reason for artifacts error is that the paths to the added files are stored in the database and the files themselves are located in /usr/local/tomcat/ so that they are not preserved when container is created on update. To keep the files the named volumes for audit and test result attachments have been added.
Related Issue
https://github.com/aquality-automation/aquality-tracking/issues/148
How Has This Been Tested
validated manually: attachments and audit results are preserved after aquality tracking update
Checklist