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!