Commit 38d86f6c authored by Julian Paul Dasmarinas's avatar Julian Paul Dasmarinas Committed by Marcel Amirault

Add GitLab version for project scoped JUnit view

parent 9e6f907b
...@@ -264,7 +264,7 @@ following command: ...@@ -264,7 +264,7 @@ following command:
```ruby ```ruby
Feature.enable(:junit_pipeline_view) Feature.enable(:junit_pipeline_view)
# Enable the feature for a specific project # Enable the feature for a specific project, GitLab 13.0 and above only.
Feature.enable(:junit_pipeline_view, Project.find(<your-project-id-here>)) Feature.enable(:junit_pipeline_view, Project.find(<your-project-id-here>))
``` ```
......
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