Commit 9fe4bccc authored by Sean McGivern's avatar Sean McGivern

Merge branch 'update-enabled-features-for-early-adopter-plan' into 'master'

Enable Jenkins integration for Early Adopter plan

See merge request !2622
parents 8d4df1e1 3a68d28a
......@@ -145,6 +145,7 @@ class License < ActiveRecord::Base
{ ISSUE_BOARD_FOCUS_MODE_FEATURE => 1 },
{ ISSUE_BOARD_MILESTONE_FEATURE => 1 },
{ ISSUE_WEIGHTS_FEATURE => 1 },
{ JENKINS_INTEGRATION_FEATURE => 1 },
{ MERGE_REQUEST_APPROVERS_FEATURE => 1 },
{ MERGE_REQUEST_REBASE_FEATURE => 1 },
{ MERGE_REQUEST_SQUASH_FEATURE => 1 },
......
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