From a9cb286154a5cc00f7cd4230d2fea9a5516c1429 Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Fri, 7 Mar 2025 15:43:01 +0530 Subject: [PATCH 1/2] Add placeholder --- .../coverage/coverage_codepipeline/index.md | 1 - content/en/user-guide/aws/codepipeline/index.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 content/en/user-guide/aws/codepipeline/index.md diff --git a/content/en/references/coverage/coverage_codepipeline/index.md b/content/en/references/coverage/coverage_codepipeline/index.md index b4c1041db4..0620c93229 100644 --- a/content/en/references/coverage/coverage_codepipeline/index.md +++ b/content/en/references/coverage/coverage_codepipeline/index.md @@ -4,7 +4,6 @@ linkTitle: "codepipeline" description: > Implementation details for API codepipeline hide_readingtime: true -draft: true --- ## Coverage Overview diff --git a/content/en/user-guide/aws/codepipeline/index.md b/content/en/user-guide/aws/codepipeline/index.md new file mode 100644 index 0000000000..763adfcd16 --- /dev/null +++ b/content/en/user-guide/aws/codepipeline/index.md @@ -0,0 +1,16 @@ +--- +title: CodePipeline +linkTitle: CodePipeline +description: > + Get started with CodePipeline on LocalStack +tags: ["Pro image"] +--- + +## Introduction + + +## Getting Started + + +## Limitations + From 6db45368b5c0a2cf62ea231a39b1d39952a4a4be Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Mon, 10 Mar 2025 18:00:48 +0530 Subject: [PATCH 2/2] Add placeholder content --- content/en/user-guide/aws/codepipeline/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/en/user-guide/aws/codepipeline/index.md b/content/en/user-guide/aws/codepipeline/index.md index 763adfcd16..35b086d5f4 100644 --- a/content/en/user-guide/aws/codepipeline/index.md +++ b/content/en/user-guide/aws/codepipeline/index.md @@ -8,9 +8,24 @@ tags: ["Pro image"] ## Introduction +CodePipeline is a continuous integration/continuous delivery (CI/CD) service offered by AWS. +CodePipeline can be used to create automated pipelines that handle the build, test and deployment of software. + +With LocalStack, you can ... + ## Getting Started +## Actions + +LocalStack supports following actions + +| Type | Name | +| ---- | ---- | +| Source | [Amazon S3](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-S3.html) | + ## Limitations +- [V2 pipeline types](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html) are not supported +- [Rollbacks and stage retries](https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-stages.html) is not available