Commit 764a269a1e5b636d7f4ef932991b5dcc8afda213

Authored by Dmitriy Zaporozhets
2 parents 6dfd88a1 e1e9c307

Merge branch 'add-link-to-ee-jenkins' into 'master'

Add link to ee jenkins

/cc @marin
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).
... ...