Const
Full git commit SHA (40 chars) for the running build. Resolved via env (BUILD_ID), then git rev-parse HEAD, then a deterministic placeholder ('0'.repeat(40)). Never empty, never throws.
BUILD_ID
git rev-parse HEAD
'0'.repeat(40)
Full git commit SHA (40 chars) for the running build. Resolved via env (
BUILD_ID), thengit rev-parse HEAD, then a deterministic placeholder ('0'.repeat(40)). Never empty, never throws.