Commit f798fdbc authored by Maxime Orefice's avatar Maxime Orefice

Add feature flag project toggle to junit documentation

parent 7843e90b
......@@ -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