Commit Graph

3 Commits

Author SHA1 Message Date
02d902bc52 fix: remove post cleanup block
K8s pod is ephemeral — workspace dies with pod. deleteDir/cleanWs
not needed and fails on node_modules permission errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 16:01:33 +07:00
9f452577ba refactor: replace cleanWs() with deleteDir() in Jenkinsfile for workspace cleanup
Some checks failed
homelab-k8s-services/tictactoe/pipeline/head There was a failure building this commit
2026-04-22 13:40:27 +07:00
b8783f8ee6 feat: initial tictactoe web app with CI/CD pipeline
Some checks failed
homelab-k8s-services/tictactoe/pipeline/head There was a failure building this commit
- Express app serving vanilla JS 2-player TicTacToe game
- Dockerfile (multi-stage node:18-slim)
- Jenkinsfile (K8s pod: test → Harbor push → Helm bump → Gitea push)
- Helm chart v1.0.0 with HTTPRoute for tictactoe.fireflylab.local

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 13:27:31 +07:00