Commit 0655ca2a authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'thaoyeager-master-patch-78186' into 'master'

Update with link to video on Migrating from Jenkins to GitLab

See merge request gitlab-org/gitlab!32385
parents e3f5ac66 b05a7249
...@@ -13,6 +13,10 @@ First of all, our [Quick Start Guide](../quick_start/README.md) contains a good ...@@ -13,6 +13,10 @@ First of all, our [Quick Start Guide](../quick_start/README.md) contains a good
You may also be interested in [Auto DevOps](../../topics/autodevops/index.md) which can potentially be used to build, test, You may also be interested in [Auto DevOps](../../topics/autodevops/index.md) which can potentially be used to build, test,
and deploy your applications with little to no configuration needed at all. and deploy your applications with little to no configuration needed at all.
For an example of how to convert a Jenkins pipeline into a GitLab CI/CD pipeline,
or how to use Auto DevOps to test your code automatically, watch the
[Migrating from Jenkins to GitLab](https://www.youtube.com/watch?v=RlEVGOpYF5Y) video.
For advanced CI/CD teams, [templates](#templates) can enable the reuse of pipeline configurations. For advanced CI/CD teams, [templates](#templates) can enable the reuse of pipeline configurations.
Otherwise, read on for important information that will help you get the ball rolling. Welcome Otherwise, read on for important information that will help you get the ball rolling. Welcome
......
...@@ -9,11 +9,9 @@ From GitLab, you can trigger a Jenkins build when you push code to a repository, ...@@ -9,11 +9,9 @@ From GitLab, you can trigger a Jenkins build when you push code to a repository,
request is created. In return, Jenkins shows the pipeline status on merge requests widgets and request is created. In return, Jenkins shows the pipeline status on merge requests widgets and
on the GitLab project's home page. on the GitLab project's home page.
To better understand GitLab's Jenkins integration, watch the following videos: To better understand GitLab's Jenkins integration, watch the following video:
- [GitLab workflow with Jira issues and Jenkins pipelines](https://youtu.be/Jn-_fyra7xQ) - [GitLab workflow with Jira issues and Jenkins pipelines](https://youtu.be/Jn-_fyra7xQ)
- [Migrating from Jenkins to GitLab](https://www.youtube.com/watch?v=RlEVGOpYF5Y)
Use the Jenkins integration with GitLab when: Use the Jenkins integration with GitLab when:
- You plan to migrate your CI from Jenkins to [GitLab CI/CD](../ci/README.md) in the future, but - You plan to migrate your CI from Jenkins to [GitLab CI/CD](../ci/README.md) in the future, but
......
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