Commit b708589c authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'mo-add-project-to-junit-doc' into 'master'

Add feature flag project toggle to junit documentation

See merge request gitlab-org/gitlab!32871
parents f634c484 f798fdbc
......@@ -245,6 +245,9 @@ following command:
```ruby
Feature.enable(:junit_pipeline_view)
# Enable the feature for a specific project
Feature.enable(:junit_pipeline_view, Project.find(<your-project-id-here>))
```
## Viewing JUnit screenshots on GitLab
......
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