jenkinsfile
Some checks failed
scrum-manager/pipeline/head There was a failure building this commit

This commit is contained in:
2026-02-22 11:07:30 +00:00
parent ad65ab824e
commit e23bb94660

11
Jenkinsfile vendored
View File

@@ -166,14 +166,3 @@ pipeline {
} }
} }
} }
```
**What changed and why:**
The core fix is that `APP_DIR = 'scrum-manager'` was removed entirely. Your Jenkins job clones the repo and the workspace root lands directly inside the project, giving you this layout:
```
$WORKSPACE/
├── Dockerfile ← frontend image
├── server/
│ └── Dockerfile ← backend image
└── k8s/overlays/...