Imperative Pipeline - CI/CD用語集の定義
imperative pipeline は、各 build ステップとその実行順序をスクリプト内で明示的に記述し、より多くの手動配線と引き換えにきめ細かな制御を提供します。
imperative pipeline は、各 build ステップとその実行順序をスクリプト内で明示的に記述し、より多くの手動配線と引き換えにきめ細かな制御を提供します。
imperative pipeline はプログラムのように読めます。これをして、次にあれをして、進むにつれて結果を確認します。
トレードオフ
命令型スクリプトは異例なロジックをうまく扱いますが、CI プラットフォームが自動的に並列化したり再開したりするのは困難です。多くのチームは命令型スクリプトを declarative pipeline のステップ内にラップします。
関連ガイド
Declarative Pipeline - CI/CD Glossary DefinitionDeclarative Pipeline: A declarative pipeline describes the desired CI stages and structure in configuration (…
Pipeline as Code - CI/CD Glossary DefinitionPipeline as Code: Pipeline as code means defining CI/CD pipelines in version-controlled files that live in th…
Workflow Orchestration - CI/CD Glossary DefinitionWorkflow Orchestration: Workflow orchestration is the coordination of multiple jobs and their ordering, condi…