Commit 8276067f authored by Evan Read's avatar Evan Read

Merge branch 'calebcooper-artifacts-public-feature-flag-note' into 'master'

Add note about artifacts:public feature being feature flag

See merge request gitlab-org/gitlab!76599
parents 4a4a7d51 f9dcd1fa
...@@ -868,6 +868,11 @@ This example creates an artifact with `.config` and all the files in the `binari ...@@ -868,6 +868,11 @@ This example creates an artifact with `.config` and all the files in the `binari
> - It's disabled on GitLab.com. > - It's disabled on GitLab.com.
> - It's recommended for production use. > - It's recommended for production use.
FLAG:
On self-managed GitLab, by default this feature is not available. To make it available,
ask an administrator to [enable the feature flag](../../administration/feature_flags.md) named `non_public_artifacts`. On
GitLab.com, this feature is not available.
Use `artifacts:public` to determine whether the job artifacts should be Use `artifacts:public` to determine whether the job artifacts should be
publicly available. publicly available.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment