mini-jenkins / README.md
Snaseem2026's picture
Update README.md
759c9e2 verified

A newer version of the Gradio SDK is available: 6.14.0

Upgrade
metadata
title: Mini Jenkins Web Playground
emoji: 🔥
colorFrom: gray
colorTo: purple
sdk: gradio
sdk_version: 6.3.0
app_file: app.py
pinned: false
license: mit
short_description: Simulate pipelines in a safe, in-memory playground

Mini Jenkins Web Playground

A Jenkins-inspired CI/CD demo app built with Gradio Blocks. Run jobs, view logs, and simulate pipelines in a safe, in-memory playground. Designed for Hugging Face Spaces.

Features

  • Jenkins-like UI: sidebar, dashboard, badges, and more
  • Create, run, edit, and delete jobs (shell or Python)
  • Simulate two Linux nodes (parallel job execution)
  • Real-time logs and status
  • Job templates/examples
  • No external database (all in memory)
  • Safe, demo-only execution

Usage

Local

pip install -r requirements.txt
python app.py

Hugging Face Spaces

  • Upload app.py, requirements.txt, README.md, and LICENSE to your Space.
  • Set sdk: gradio in your Space settings.
  • Open your Space and enjoy!

Demo

Spaces


Not a real CI server. For demo/learning only!