Jenkins Automation Server

Status: Active
Namespace: jenkins / babdelka-jenkins
Port: 8080 (UI) / 50000 (JNLP)
Ingress: jenkins.babdelka.com
Launch Jenkins →

Overview

Jenkins serves as the central CI automation platform for scheduling complex build jobs, multi-branch pipelines, and running automated container builds.

Kubernetes Cloud Plugin

Jenkins is configured with the Kubernetes plugin to dynamically spawn worker agent pods inside the cluster only when a build is triggered. Agent pods terminate immediately upon pipeline completion, preserving CPU and RAM on the host.


Agent Port & Operations

  • Web Dashboard: jenkins.babdelka.com (Port 8080)
  • Agent Tunnel (JNLP): Port 50000 (ClusterIP babdelka-jenkins-agent)
# Check Jenkins Master logs
kubectl logs -n babdelka-jenkins -l app.kubernetes.io/component=jenkins-controller -f

Personal Server Portal • Running on Kubernetes ARM64 • Powered by Just the Docs

This site uses Just the Docs, a documentation theme for Jekyll.