
AWS CodePipeline は、新しいアクションタイプでのパイプライン実行の呼び出しをサポートします
本記事は、2025 年 3 月 14 日にAWS公式サイトの What’s New with AWS? に掲載された英語記事を自動翻訳したものです。
ニュース内容
AWS CodePipeline では、新しいネイティブアクションを使用して、パイプライン間の直接呼び出しが可能になりました。この機能により、下流のパイプライン実行のトリガーや、パイプライン変数とソースリビジョンのパイプライン間での受け渡しが簡素化されます。
新しい CodePipeline Invoke アクションにより、CodeBuild プロジェクトの設定や、カスタムシェルコマンドでの Commands アクションの使用などの回避策が不要になります。パイプライン変数とソースリビジョンを使用して、後続のパイプラインを直接指定して実行できるようになりました。たとえば、Docker イメージの構築とデプロイに別々のパイプラインを使用する場合、パイプライン間でイメージダイジェストをシームレスに渡すことができます。このアクションは、クロスアカウントパイプライントリガーもサポートしています。
パイプラインで CodePipeline Invoke アクションを使用する方法の詳細については、ドキュメントをご覧ください。AWS CodePipeline の詳細については、製品ページをご覧ください。この新しいアクションは、AWS GovCloud (米国) リージョンと中国リージョンを除く、AWS CodePipeline がサポートされているすべてのリージョンで利用できます。
原文
AWS CodePipeline now enables direct pipeline-to-pipeline invocation with a new native action. This feature simplifies triggering downstream pipeline executions and passing pipeline variables and source revisions between pipelines.
The new CodePipeline Invoke action eliminates the need for workarounds like configuring CodeBuild projects or using the Commands action with custom shell commands. You can now directly specify subsequent pipelines to be executed with pipeline variables and source revisions. For example, when using separate pipelines for Docker image building and deployment, you can pass image digests between pipelines seamlessly. The action also supports cross-account pipeline triggering.
To learn more about using the CodePipeline Invoke action in your pipeline, visit our documentation. For more information about AWS CodePipeline, visit our product page. This new action is available in all regions where AWS CodePipeline is supported, except the AWS GovCloud (US) Regions and the China Regions.
引用元:AWS CodePipeline supports invoking pipeline execution with a new action type