1 repositorio
Integrations that link CI/CD systems to code hosting platforms for event-driven pipeline triggering and user authentication.
Distinguishing note: No candidate covers connecting a CI system to a code forge; closest candidates are about code linking or Q&A.
Explore 1 awesome GitHub repository matching devops & infrastructure · Code Forge Connectors. Refine with filters or upvote what's useful.
Woodpecker is a self-hosted continuous integration server that automates building, testing, and deploying code changes triggered by repository events. It connects to a code forge to trigger pipelines on events and authenticate users, with pipelines defined in YAML files stored in the repository for version-controlled, declarative CI/CD configuration. Each pipeline step runs in an isolated Docker container, ensuring reproducible builds and clean environments with step-level resource isolation. The system uses webhook-driven event triggering from code forge events, and supports a multi-architec
Connects to code forges to trigger pipelines on events and authenticate users via OAuth.