Commit 2647c625 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs/add-gitlab-version-junit-per-project' into 'master'

Add GitLab version for project scoped JUnit view

See merge request gitlab-org/gitlab!36898
parents 9e6f907b 38d86f6c
......@@ -264,7 +264,7 @@ following command:
```ruby
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>))
```
......
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