10-20-2025, 02:06 PM
Hello all,
We have been using RoboDK in a GitLab CI pipeline, and after the pipeline finishes, all Post*.py files locates in AppData/Local/Temp are left and cannot be deleted from the pipeline. Over time, quite an amount of these Post*.py files gathered and will fill up the disk. The CI job cannot delete those files directly because they are outside of the context accessible by the job, which is why I would like to know:
Is there a way to specify where these temporary files are stored to? We've observed that for Windows, this seems to always be the AppData/Local/Temp folder, while for Linux (Ubuntu) it is always the /tmp folder.
I could not find a way to change the location where to store these temporary files, only the location of the generated robot program when executing that Post*.py file can be set.
Thank you all!
We have been using RoboDK in a GitLab CI pipeline, and after the pipeline finishes, all Post*.py files locates in AppData/Local/Temp are left and cannot be deleted from the pipeline. Over time, quite an amount of these Post*.py files gathered and will fill up the disk. The CI job cannot delete those files directly because they are outside of the context accessible by the job, which is why I would like to know:
Is there a way to specify where these temporary files are stored to? We've observed that for Windows, this seems to always be the AppData/Local/Temp folder, while for Linux (Ubuntu) it is always the /tmp folder.
I could not find a way to change the location where to store these temporary files, only the location of the generated robot program when executing that Post*.py file can be set.
Thank you all!

