Skip to content
Latchkey

Process - CI/CD Glossary Definition

A process is a running instance of a program, with its own memory, file descriptors, and a unique process ID (PID) assigned by the operating system.

In CI

Every run: step launches one or more processes. When a step ends, its exit code is the exit code of its top-level process, and CI fails the job if that code is non-zero.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →