Why do I encounter a "source path does not exist" error from the Gitlab Runner Docker executor when downloading jobs in Simulink Check R2025b?
显示 更早的评论
I am following the workflow in "Process Integration and Artifact Management for GitLab" to generate a GitLab pipeline. The pipeline structure is as follows:
- The top-level ".gitlab-ci.yml" triggers a downstream (child) pipeline generated by Simulink.
- This child pipeline runs a series of jobs for model analysis and testing, including:
In the logs for all three jobs, I notice that the executor errors with a "source path does not exist" message while running "job_download.py":
python3 "$MW_PIPELINE_UTIL_PATH/py/job_download.py" --jobname "$CI_JOB_NAME"... JOB DOWNLOAD...Downloading artifacts to _downloads_ folderSource path does not exist: ./<path name>
Why am I getting this error?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!