This repository provides Docker images and Kubernetes deployments for the Eclipse Jetty project's continuous integration infrastructure.
- Jenkins Agent: Ubuntu 24.04-based build agent with Java 21, Maven, Node.js, and container tools
- Nexus Repository: Kubernetes deployment with security controls and Docker registry
- Supporting Services: Nginx build cache, WebSocket test suite, and ingress configurations
# Local development build
./build-agent.sh
# Production build with registry push
./build.sh# Deploy Nexus Repository Manager
kubectl apply -f nexus/
# Deploy Jenkins ingress (requires existing Jenkins master)
kubectl apply -f jenkins/
# Deploy build cache
kubectl apply -f nginx-build-cache/- Multi-architecture builds with buildah (Docker-free CI)
- Secure repository access with path-based restrictions
- Automatic SSL certificates via Let's Encrypt and cert-manager
- Pre-configured Jetty integration with mirrored repository
| Directory | Purpose |
|---|---|
slave-image/ |
Main Jenkins build agent Docker image |
jenkins/ |
Kubernetes ingress and SSL for Jenkins master |
nexus/ |
Nexus Repository Manager with security controls |
nginx-build-cache/ |
WebDAV-enabled Maven build cache |
autobahn-testsuite/ |
WebSocket testing container |
kubedock/ |
Kubernetes utilities |
- Kubernetes cluster with Traefik ingress and cert-manager
- Docker registry access (Docker Hub + private Nexus)
- DNS configuration for
*.webtide.netdomains
See .github/copilot-instructions.md for detailed architecture, conventions, and deployment procedures.
License: This infrastructure code is part of the Eclipse Jetty project. Maintainer: Olivier Lamy olamy@apache.org