Commit e1e9c307a6a5f0c3125fdb769ef065c55587782c

Authored by dosire
1 parent 6dfd88a1

Inform about the EE features.

doc/integration/README.md
... ... @@ -7,3 +7,5 @@ See the documentation below for details on how to configure these services.
7 7 + [LDAP](ldap.md) Set up sign in via LDAP
8 8 + [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, and Google via OAuth.
9 9 + [Slack](slack.md) Integrate with the Slack chat service
  10 +
  11 +Jenkins support is [available in GitLab EE](http://doc.gitlab.com/ee/integration/jenkins.html).
... ...
doc/integration/external-issue-tracker.md
... ... @@ -7,3 +7,5 @@ GitLab has a great issue tracker but you can also use an external issue tracker
7 7 ![jira screenshot](jira-integration-points.png)
8 8  
9 9 You can configure the integration in the gitlab.yml configuration file.
  10 +
  11 +Support to add your commits to the Jira ticket automatically is [available in GitLab EE](http://doc.gitlab.com/ee/integration/jira.html).
... ...