From 1a5b107969e48b06691ca47a4f2e8cca2a62497d Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Fri, 30 Aug 2024 10:53:54 +0100 Subject: [PATCH 1/4] add search heavy frontmatter --- website/docs/guides/custom-cicd-pipelines.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/guides/custom-cicd-pipelines.md b/website/docs/guides/custom-cicd-pipelines.md index 59a7767c69b..dae6574bf64 100644 --- a/website/docs/guides/custom-cicd-pipelines.md +++ b/website/docs/guides/custom-cicd-pipelines.md @@ -10,6 +10,9 @@ hide_table_of_contents: true tags: ['dbt Cloud', 'Orchestration', 'CI'] level: 'Intermediate' recently_updated: true +search_weight: "heavy" +keywords: + - custom pipelines, bitbucket pipeline, github pipeline, gitlab pipeline, azure devops pipeline, ci/cd custom pipeline ---
From 5f1b434a7e8cc350bb3d1210e04cbb9431ef35c1 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:46:30 +0100 Subject: [PATCH 2/4] Update custom-cicd-pipelines.md --- website/docs/guides/custom-cicd-pipelines.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/guides/custom-cicd-pipelines.md b/website/docs/guides/custom-cicd-pipelines.md index dae6574bf64..2208c9fcbbe 100644 --- a/website/docs/guides/custom-cicd-pipelines.md +++ b/website/docs/guides/custom-cicd-pipelines.md @@ -12,7 +12,7 @@ level: 'Intermediate' recently_updated: true search_weight: "heavy" keywords: - - custom pipelines, bitbucket pipeline, github pipeline, gitlab pipeline, azure devops pipeline, ci/cd custom pipeline + - bitbucket, custom pipelines, github, gitlab, azure devops, ci/cd custom pipeline ---
@@ -22,7 +22,6 @@ One of the core tenets of dbt is that analytic code should be version controlled A note on parlance in this article since each code hosting platform uses different terms for similar concepts. The terms `pull request` (PR) and `merge request` (MR) are used interchangeably to mean the process of merging one branch into another branch. - ### What are pipelines? Pipelines (which are known by many names, such as workflows, actions, or build steps) are a series of pre-defined jobs that are triggered by specific events in your repository (PR created, commit pushed, branch merged, etc). Those jobs can do pretty much anything your heart desires assuming you have the proper security access and coding chops. From 4b9deb43f4faade0cdc42ac426347855b7268393 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:08:59 +0100 Subject: [PATCH 3/4] Update 2022-04-14-add-ci-cd-to-bitbucket.md --- website/blog/2022-04-14-add-ci-cd-to-bitbucket.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/blog/2022-04-14-add-ci-cd-to-bitbucket.md b/website/blog/2022-04-14-add-ci-cd-to-bitbucket.md index eae8d595ca5..e871687d8cd 100644 --- a/website/blog/2022-04-14-add-ci-cd-to-bitbucket.md +++ b/website/blog/2022-04-14-add-ci-cd-to-bitbucket.md @@ -10,6 +10,8 @@ hide_table_of_contents: false date: 2022-05-06 is_featured: true +keywords: + - dbt core pipeline, slim ci pipeline, slim cd pipeline, bitbucket --- From f2eb44d0450b5d0bc73102ede6cd06cabb835229 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:13:46 +0100 Subject: [PATCH 4/4] Update website/docs/guides/custom-cicd-pipelines.md --- website/docs/guides/custom-cicd-pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/custom-cicd-pipelines.md b/website/docs/guides/custom-cicd-pipelines.md index 2208c9fcbbe..be23524d096 100644 --- a/website/docs/guides/custom-cicd-pipelines.md +++ b/website/docs/guides/custom-cicd-pipelines.md @@ -12,7 +12,7 @@ level: 'Intermediate' recently_updated: true search_weight: "heavy" keywords: - - bitbucket, custom pipelines, github, gitlab, azure devops, ci/cd custom pipeline + - bitbucket pipeline, custom pipelines, github, gitlab, azure devops, ci/cd custom pipeline ---