SIGINT - CI/CD用語集の定義
SIGINT(signal 2)はCtrl+Cで送られる割り込みシグナルです。これで終了したプロセスは終了コード130で終わります。
関連ガイド
SIGTERM - CI/CD Glossary DefinitionSIGTERM (signal 15) asks a process to shut down gracefully so it can clean up. CI sends it on cancel or timeo…
Signal - CI/CD Glossary DefinitionSignal: A **signal** is an OS message that can terminate a process. A process killed by signal N exits with c…
Exit Code - CI/CD Glossary DefinitionExit Code: An **exit code** is the number a process returns when it ends. Zero means success; non-zero means…