Intro
CI/CD Fundamentals
.gitlab-ci.yml Basics
GitLab Runners
GitLab Executors
Specific Runners
Artifacts
Documentation Generation
Monitoring
6.3. Retrieving Artifacts
Once artifacts are stored, they can be retrieved from the GitLab interface. Follow these steps to access artifacts:
-
Navigate to the Project:
- Go to your GitLab project in the web interface.
-
Go to the Pipelines Section:
- Click on the
Build
tab and selectPipelines
.
- Click on the
-
View Pipeline Details:
- Click on the specific pipeline run that you’re interested in.
-
Access Job Artifacts:
- In the pipeline details, click on the job that produced the artifacts (e.g., build_job).
- You will see a section for Job artifacts with a download link for the artifact files.