Change artifact path value

Hi

I want to know if i change artifact path value, it can make some trouble or mistake ?

Thanls

Hi,

As per the Gitlab docs: Jobs artifacts administration | GitLab

Since the artifacts_path is a configurable value to wherever you want them to be, by default it’s /var/opt/gitlab/gitlab-rails/shared/artifacts.

If it would cause trouble or mistake, then it wouldn’t be available as an option to configure. The only thing you will need to do is if you do change this setting, most likely you will need to move any artifacts you already have from the default location to the new location.

Ok if i understand well

Only new artifact going to the new patch, but the old one stay in old path.

is there probleme if i move old artifact to new path ? or if old artifact stay in old patch ?