diff --git a/Jenkinsfile b/Jenkinsfile index 5767e80..de3150c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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/... \ No newline at end of file