diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-06-12 16:53:54 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-06-12 16:53:54 +0000 |
commit | 07a9bdbfb44222c0c1510c5e028b23b8506fc095 (patch) | |
tree | d83dcf279bcd40f58596e0e2bd0be2a1721ccf3e /doc | |
parent | 2e38ffe393f29bbfbc6d5bb672c9c52e2d4ce663 (diff) | |
parent | 0cf23b8e667d122527792b5276760841ef7f7fee (diff) | |
download | gitlab-ce-07a9bdbfb44222c0c1510c5e028b23b8506fc095.tar.gz |
Merge branch 'add_video_to_jira_int' into 'master'
Added links to Jira/Jenkins videos to supplement docs
See merge request gitlab-org/gitlab-ce!29516
Diffstat (limited to 'doc')
-rw-r--r-- | doc/integration/jenkins.md | 4 | ||||
-rw-r--r-- | doc/user/project/integrations/jira.md | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/integration/jenkins.md b/doc/integration/jenkins.md index afe1268555a..5950737b964 100644 --- a/doc/integration/jenkins.md +++ b/doc/integration/jenkins.md @@ -19,8 +19,8 @@ GitLab's Jenkins integration allows you to trigger a Jenkins build when you push code to a repository, or when a merge request is created. Additionally, it shows the pipeline status on merge requests widgets and on the project's home page. -<i class="fa fa-youtube-play youtube" aria-hidden="true"></i> -For a video overview, see [Migrating from Jenkins to GitLab](https://www.youtube.com/watch?v=RlEVGOpYF5Y). +Videos are also available on [GitLab workflow with Jira issues and Jenkins pipelines](https://youtu.be/Jn-_fyra7xQ) +and [Migrating from Jenkins to GitLab](https://www.youtube.com/watch?v=RlEVGOpYF5Y). ## Use cases diff --git a/doc/user/project/integrations/jira.md b/doc/user/project/integrations/jira.md index c652149052e..234e3ad31cc 100644 --- a/doc/user/project/integrations/jira.md +++ b/doc/user/project/integrations/jira.md @@ -8,6 +8,8 @@ While you can always migrate content and process from Jira to GitLab Issues, you can also opt to continue using Jira and use it together with GitLab through our integration. +For a video demonstration of integration with Jira, watch [GitLab workflow with Jira issues and Jenkins pipelines](https://youtu.be/Jn-_fyra7xQ). + Once you integrate your GitLab project with your Jira instance, you can automatically detect and cross-reference activity between the GitLab project and any of your projects in Jira. This includes the ability to close or transition Jira issues when the work |