When uploading a file to Scienterprise server, we now hardcoded the filename on the Scienterprise vm/container. When there are multiple jobs run in parallel, the files will overwrite each other. We need to fix this issue either put the file under a unique folder or rename it to avoid the conflict.
When uploading a file to Scienterprise server, we now hardcoded the filename on the Scienterprise vm/container. When there are multiple jobs run in parallel, the files will overwrite each other. We need to fix this issue either put the file under a unique folder or rename it to avoid the conflict.