Environment Variable - Definição do Glossário de CI/CD
Uma environment variable é uma string nomeada que o SO entrega a um processo; o CI as define (via env:) para configurar builds e ferramentas sem alterar o código.
Guias relacionados
Secret - CI/CD Glossary DefinitionSecret: A **secret** is an encrypted value (token, key) stored by GitHub and injected into workflows without…
ulimit - CI/CD Glossary Definitionulimit sets per-process resource limits - open files, memory, processes. A too-low file-descriptor ulimit cau…
File Descriptor - CI/CD Glossary DefinitionA file descriptor is the integer the OS assigns a process for each open file, socket, or pipe. Exhausting the…