diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-04 15:17:17 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-04 15:17:17 +0000 |
commit | 714e16b260e01dd316574ab7baf0a73f61547d80 (patch) | |
tree | ccdd60730b41e738d3f6a04dc169b9a8dc6396be /doc/tutorials | |
parent | f00510286b6ccda154c4926503397590a8851939 (diff) | |
download | gitlab-ce-714e16b260e01dd316574ab7baf0a73f61547d80.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/tutorials')
-rw-r--r-- | doc/tutorials/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tutorials/index.md b/doc/tutorials/index.md index fc73a6240cb..d634e8e5743 100644 --- a/doc/tutorials/index.md +++ b/doc/tutorials/index.md @@ -42,6 +42,7 @@ issues, epics, and more. | Topic | Description | Good for beginners | |-------|-------------|--------------------| +| [GitLab Agile Project Management](https://levelup.gitlab.com/courses/gitlab-agile-project-management) | Learn how to use planning features to manage your projects in this self-paced course. | **{star}** | | [Create a project from a template](https://gitlab.com/projects/new#create_from_template) | Choose a project template and create a project with files to get you started. | | | [Migrate to GitLab](../user/project/import/index.md) | If you are coming to GitLab from another platform, you can import or convert your projects. | | | [Run an agile iteration](agile_sprint.md) | Use group, projects, and iterations to run an agile development iteration. | @@ -55,8 +56,8 @@ CI/CD pipelines are used to automatically build, test, and deploy your code. |-------|-------------|--------------------| | [Create and run your first GitLab CI/CD pipeline](../ci/quick_start/index.md) | Create a `.gitlab-ci.yml` file and start a pipeline. | **{star}** | | <i class="fa fa-youtube-play youtube" aria-hidden="true"></i> [Get started: Learn about CI/CD](https://www.youtube.com/watch?v=sIegJaLy2ug) (9m 02s) | Learn about the `.gitlab-ci.yml` file and how it's used. | **{star}** | +| [GitLab CI/CD](https://levelup.gitlab.com/courses/continuous-integration-and-delivery-ci-cd-with-gitlab) | Learn about GitLab CI/CD and build a pipeline in this self-paced course. | **{star}** | | <i class="fa fa-youtube-play youtube" aria-hidden="true"></i> [CI deep dive](https://www.youtube.com/watch?v=ZVUbmVac-m8&list=PL05JrBw4t0KorkxIFgZGnzzxjZRCGROt_&index=27) (22m 51s) | Take a closer look at pipelines and continuous integration concepts. | | -| <i class="fa fa-youtube-play youtube" aria-hidden="true"></i> [CD deep dive](https://www.youtube.com/watch?v=Cn0rzND-Yjw&list=PL05JrBw4t0KorkxIFgZGnzzxjZRCGROt_&index=10) (47m 54s) | Learn about deploying in GitLab. | | | [Set up CI/CD in the cloud](../ci/examples/index.md#cicd-in-the-cloud) | Learn how to set up CI/CD in different cloud-based environments. | | | [Find CI/CD examples and templates](../ci/examples/index.md#cicd-examples) | Use these examples and templates to set up CI/CD for your use case. | | | <i class="fa fa-youtube-play youtube" aria-hidden="true"></i> [Understand CI/CD rules](https://www.youtube.com/watch?v=QjQc-zeL16Q) (8m 56s) | Learn more about how to use CI/CD rules. | | |