1 个仓库
The automated process of retrieving specific versions of source code from version control systems for build execution.
Distinguishing note: Shortlist focuses on hosting platforms or shopping checkouts; this is about the CI action of checking out code.
Explore 1 awesome GitHub repository matching devops & infrastructure · Source Code Fetching. Refine with filters or upvote what's useful.
Buildbot is a Python-based continuous integration framework and distributed build orchestrator. It functions as a build automation engine that coordinates the retrieval of source code, the execution of build steps, and the reporting of results through a central controller and a network of remote worker agents. The system is distinguished by a plugin-based extensibility architecture and a master-worker distribution model. It allows for dynamic build modification at runtime and supports a pluggable database backend for persisting system state and historical build data. The project covers a bro
Automates the retrieval of source code from repositories using authenticated version control operations.