Hi Julian,
sorry my mistake, i thought i added those information in attachment but forgot to attach it.
Horde server version is 5.5.1-0 (screenshot of all versions in attachment)
And for configuration of artifact types (full configuration json in attachment. Config was exported from horde server via rest api)
"artifactTypes": [ { "name": "packaged-build", "type": "packaged-build", "keepCount": 3, "namespaceId": "horde-artifacts" }, { "name": "staged-build", "type": "staged-build", "keepCount": 3, "namespaceId": "horde-artifacts" }, { "name": "step-output", "type": "step-output", "keepCount": 3, "namespaceId": "horde-artifacts" }, { "name": "step-saved", "type": "step-saved", "keepCount": 3, "namespaceId": "horde-artifacts" }, { "name": "step-testdata", "type": "step-testdata", "keepCount": 3, "namespaceId": "horde-artifacts" }, { "name": "step-trace", "type": "step-trace", "keepCount": 3, "namespaceId": "horde-artifacts" }, { "name": "ugs-pcb", "type": "ugs-pcb", "keepCount": 5, "namespaceId": "horde-artifacts" } ]
And horde-artifacts namespace is defined
{ "id": "horde-artifacts", "backend": "default-backend", "prefix": "Artifacts/", "gcFrequencyHrs": 0.1, "gcDelayHrs": 6, "enableAliases": false, "acl": {} },
Where default-backed is defined
{ "id": "default-backend", "base": "", "secondary": "", "type": "FileSystem", "baseDir": "Storage" },
Thanks and regards,
Lubos