Suggestion for cache files from Natural One ant deployment

Hello

I have a suggestion for cache property files for Natural One. For example, cache file starts with
absolute file path. If I d use docker in GitLab CI/CD, it will be huge problem. Let s imagine my project
will move to another structure, like “group-a/subgroup-b/repo”. The container path will be
“/builds/group-a/subgroup-b/repo/”. This will not match with cache file and if I marked scratch on,
it will delete all files from cache and try to catalog again, because of different absolute path.

If the cache would store relative paths, I could run ant deployment script in other folder.

Regards

Sorry for the English. English is not my native language.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.