AI-powered Jenkins failure analysis -- classifies test failures as code issues or product bugs.
Documentation -- configuration, API reference, integrations, and more.
An AI provider CLI must be installed and authenticated: Claude, Gemini, or Cursor. See docs for setup details.
mkdir -p data
docker run -d -p 8000:8000 -v ./data:/data \
-e JENKINS_URL=https://jenkins.example.com \
-e JENKINS_USER=your-username \
-e JENKINS_PASSWORD=your-api-token \
-e AI_PROVIDER=claude \
-e AI_MODEL=your-model-name \
ghcr.io/myk-org/jenkins-job-insight:latestuv tool install jenkins-job-insight
export JJI_SERVER=http://localhost:8000
jji health
jji analyze --job-name my-job --build-number 42
jji results listRun jji --help for all commands.
git clone https://github.com/myk-org/jenkins-job-insight.git
cd jenkins-job-insight
uvx --with tox-uv toxSee the development guide for full setup.
MIT