ナイトリービルド - CI/CD用語集の定義
ナイトリービルドは、最新のメインラインコードからスケジュール(通常は1日1回)に基づいて生成される自動buildで、統合の問題を検出したり、未リリースの変更に早期アクセスを提供したりするために使われます。
CIでは
ナイトリービルドはpushではなくcronスケジュールでトリガーされるため、コミットごとでは遅すぎる重いスイート(完全なマトリクスや長い統合テスト)を実行します。
関連ガイド
Changelog - CI/CD Glossary DefinitionChangelog: A changelog is a curated, ordered record of notable changes per release (features, fixes, breaking…
Semantic Release - CI/CD Glossary DefinitionSemantic Release: Semantic release is an automated release workflow that determines the next version number f…
Matrix Build - CI/CD Glossary DefinitionMatrix Build: A **matrix build** expands one job into many parallel jobs across combinations of variables (ve…