From 0a61ff8cb4284611a85e90342080cf66c1017440 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 12 Apr 2024 20:20:29 +0200 Subject: [PATCH] chore(kb/gitlab): add pipeline templates to the sources --- knowledge base/gitlab.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/knowledge base/gitlab.md b/knowledge base/gitlab.md index bb10ac7..0ee61df 100644 --- a/knowledge base/gitlab.md +++ b/knowledge base/gitlab.md @@ -404,7 +404,8 @@ Gotchas: ## CI/CD pipelines -Refer to [CI/CD pipelines]. +Refer to [CI/CD pipelines] and [CI/CD pipeline templates].
+Also check [Use CI/CD configuration from other files] and [Use extends to reuse configuration sections]. ### Make a job in a pipeline run only when some specific files change @@ -557,6 +558,7 @@ Solution: give that user _developer_ access or have somebody else with enough pr [back up gitlab using amazon s3]: https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html?tab=Linux+package+%28Omnibus%29#using-amazon-s3 [caching in ci/cd]: https://docs.gitlab.com/ee/ci/caching/ [chart]: https://docs.gitlab.com/charts/ +[ci/cd pipeline templates]: https://gitlab.com/gitlab-org/gitlab/-/tree/master/lib/gitlab/ci/templates [ci/cd pipelines]: https://docs.gitlab.com/ee/ci/pipelines/ [code owners]: https://docs.gitlab.com/ee/user/project/codeowners/ [command-line options]: https://docs.gitlab.com/charts/installation/command-line-options.html @@ -574,6 +576,8 @@ Solution: give that user _developer_ access or have somebody else with enough pr [runners on kubernetes]: https://docs.gitlab.com/runner/install/kubernetes.html [support object storage bucket prefixes]: https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3376 [tls]: https://docs.gitlab.com/charts/installation/tls.html +[use ci/cd configuration from other files]: https://docs.gitlab.com/ee/ci/yaml/includes.html +[use extends to reuse configuration sections]: https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#use-extends-to-reuse-configuration-sections [authenticating your gitlab ci runner to an aws ecr registry using amazon ecr docker credential helper]: https://faun.pub/authenticating-your-gitlab-ci-runner-to-an-aws-ecr-registry-using-amazon-ecr-docker-credential-b4604a9391eb