This commit is contained in:
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@@ -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/...
|
||||
Reference in New Issue
Block a user