defunkt/cijoe
CI Joe is a fun Continuous Integration server. Unmaintained. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6237
- days_rel: n/a
- days_push: 5450
- n_releases_24m: 0
Adoption not part of the score
1047 stars · 125 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CI Joe is a lightweight, fun Continuous Integration server written in Ruby that runs your project's tests on demand and reports pass/fail status. It works with any language by executing a configurable shell command against a git repo and exposing a simple web UI and status endpoint.
Use cases
- run tests automatically on every git push
- self-host a minimal CI server for a small project
- get build notifications in Campfire, IRC, or email via git hooks
- check CI build status from a script with a ping endpoint
- run CI builds against a non-master branch
When to choose
- you want a dead-simple, single-binary CI server with no dependencies beyond git and Ruby
- your project is small and you prefer shell-script hooks over complex CI configuration
- you need language-agnostic test running via exit codes
When to avoid
- you need a maintained, actively supported tool (it is unmaintained since ~2011)
- you need parallel or distributed builds, artifacts, or rich reporting
- you cannot risk a hard reset wiping unpushed commits in the target repo
Facets
service · maturity abandoned
ci-cd testing http-server webhook testing developer-tools ruby self-hosted cli continuous-integration git-hooks campfire-notifications unmaintained sinatra devops automation web-server
1 source
- readme: https://github.com/defunkt/cijoe · fetched 2026-08-28 · 5537902349ce
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| defunkt/cijoe | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem