
gitlab Job Artifacts AND Runners
Prerequisite: You have a GitLab account deployed on an AWS EC2 instance and have the necessary permissions to manage it. Enable Job Artifacts and use an S3 bucket ### Job Artifacts # gitlab_rails['artifacts_enabled'] = true # gitlab_rails['artifacts_path'] = "/var/opt/gitlab/gitlab-rails/shared/artifacts" ###! Job artifacts Object Store###! Docs: https://docs.gitlab.com/ee/administration/job_artifacts.html#using-object-storage # gitlab_rails['artifacts_object_store_enabled'] = false # gitlab_rails['artifacts_object_store_proxy_download'] = false #... » read more