diff --git a/config/feature_flags/development/bulk_expire_project_artifacts.yml b/config/feature_flags/development/bulk_expire_project_artifacts.yml index c00cc749a795438402fdac6b9d67eefe2c209d03..609f87847faee08178a90d54e1c18151ee8ff996 100644 --- a/config/feature_flags/development/bulk_expire_project_artifacts.yml +++ b/config/feature_flags/development/bulk_expire_project_artifacts.yml @@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/347405 milestone: '14.6' type: development group: group::testing -default_enabled: false +default_enabled: true diff --git a/doc/api/job_artifacts.md b/doc/api/job_artifacts.md index ef00c050a3a859b007e857583dc8c27f6a1588b7..a874379506f8064e50c933c5035ae0a06444e019 100644 --- a/doc/api/job_artifacts.md +++ b/doc/api/job_artifacts.md @@ -287,12 +287,11 @@ If the artifacts were deleted successfully, a response with status `204 No Conte ## Delete project artifacts -> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/223793) in GitLab 14.7 [with a flag](../administration/feature_flags.md) named `bulk_expire_project_artifacts`. Disabled by default on GitLab self-managed. Enabled on GitLab.com. +> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/223793) in GitLab 14.7 [with a flag](../administration/feature_flags.md) named `bulk_expire_project_artifacts`. Enabled by default on GitLab self-managed. Enabled on GitLab.com. FLAG: -On self-managed GitLab, by default this feature is not available. To make it -available, ask an administrator to [enable the `bulk_expire_project_artifacts` flag](../administration/feature_flags.md). -On GitLab.com, this feature is available. +On self-managed GitLab, by default this feature is available. To hide the feature, ask an administrator to +[disable the `bulk_expire_project_artifacts` flag](../administration/feature_flags.md). On GitLab.com, this feature is available. [Expire artifacts of a project that can be deleted](https://gitlab.com/gitlab-org/gitlab/-/issues/223793) but that don't have an expiry time.