Pipeline CI
Pipeline CI is a app in the osFoundry community catalog. A pipeline-based CI server with a clean web UI for repos, builds, and logs. Powered by Drone. Single container running the Drone server with an embedded SQLite store; runners attach over the network.
Details
- Workspace: osfoundry
- Category: PRODUCTIVITY
- Pricing: Free
- Access: Community
Features
- A pipeline-based CI server with a clean web UI for repos
- Logs
Documentation
# Pipeline CI
Pipeline CI, powered by Drone.
## How it runs
This app ships the Drone **server** only — repos, web UI, build history, embedded SQLite at `/data`. Runners (which execute build jobs) need access to a container runtime and so must run **outside** this single container. Point your runner at `DRONE_SERVER_HOST` with the same `DRONE_RPC_SECRET`.
## Setup
1. Set the Git provider env (e.g. Gitea: `DRONE_GITEA_SERVER` + client id/secret).
2. Generate a strong `DRONE_RPC_SECRET`.
3. Run a runner outside (`drone-runner-docker` on a host with Docker) pointing at this server.
How to use Pipeline CI in osFoundry
Install Pipeline CI into your workspace in one click, then fork it in osStudio to customise the prompts, tools, or configuration for your stack. Anyone in your workspace can pick up where you left off.
Other apps from the community
- CRM — Customer relationship management with contacts, deals, and pipeline tracking.
- Kanban Board — Drag-and-drop task board with swimlanes, labels, and team assignments.
- Helpdesk — Ticket triage and customer support inbox with SLA tracking.
- Page Builder — Block-based page editor with publishing to public URLs.
- Website Builder — Multi-page site builder with CMS, templates, and custom domains.
- Storefront — E-commerce storefront with product catalog, cart, and checkout.