pullbuild
Pullbuild is a software development term referring to a build system or process where the build environment actively "pulls" necessary source code and dependencies from a version control system or repository. This contrasts with traditional "push" models where code is pushed to a central build server. In a pullbuild system, the build agent itself initiates the retrieval of the required artifacts.
This approach is often associated with continuous integration (CI) and continuous delivery (CD) pipelines. When a
The benefits of pullbuild include increased security, as external systems don't need write access to the build