

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 使用階段和動作定義 CI/CD 管道
<a name="pipelines"></a>

若要在 中定義自動發行程序 AWS CodePipeline，您可以建立管道，這是一個工作流程建構，描述軟體變更如何通過發行程序。管道是由您設定的階段與動作所組成。

**注意**  
當您新增建置、部署、測試或調用階段時，除了 CodePipeline 提供的預設選項之外，您還可以選擇已建立的自訂動作，以搭配管道使用。自訂動作可用於例如執行內部開發建置程序或測試套件等任務。包含的版本識別符，可協助您區分供應商清單中的不同版本自訂動作。如需詳細資訊，請參閱[在 CodePipeline 中建立和新增自訂動作](actions-create-custom-action.md)。

在您可建立管道前，您必須先完成 [CodePipeline 入門](getting-started-codepipeline.md)​ 中的步驟。

如需管道的詳細資訊，請參閱 [CodePipeline 概念](concepts.md)、 [CodePipeline 教學課程](tutorials.md)和，如果您想要使用 AWS CLI 來建立管道 [建立管道、階段和動作](reference-pipeline-structure.md)。若要檢視管道清單，請參閱 ([在 CodePipeline 中檢視管道和詳細資訊](pipelines-view.md))。

**Topics**
+ [建立管道、階段和動作](pipelines-create.md)
+ [編輯管道](pipelines-edit.md)
+ [檢視管道和詳細資訊](pipelines-view.md)
+ [刪除管道](pipelines-delete.md)
+ [建立使用來自另一個帳戶資源的管道](pipelines-create-cross-account.md)
+ [遷移輪詢管道以使用事件型變更偵測](update-change-detection.md)
+ [建立 CodePipeline 服務角色](pipelines-create-service-role.md)
+ [標記資源](tag-resources.md)
+ [標記管道](pipelines-tag.md)
+ [建立通知規則](notification-rule-create.md)