An error occurred while fetching the assigned iteration of the selected issue.
CI services should also be able to expose artifacts
Problem to solve
I have some services which run in parallel while the main container is doing tests. I would like to be able to store artifacts which are made in those services (like logs, database dumps, other results, etc.). This can make it easier to debug.
Proposal
Add configuration to CI services
section for artifacts, similar to main artifacts. Absolute per whole service container. Which are then stored together with any other artifacts.