49 lines
3.6 KiB
Text
49 lines
3.6 KiB
Text
# Complete - m-jenkins-thin-artifact-ci
|
|
|
|
## 완료 일시
|
|
|
|
2026-06-17
|
|
|
|
## 요약
|
|
|
|
Jenkins thin certified macOS artifact job upsert flow completed after 2 review loops; final verdict PASS.
|
|
|
|
## 루프 이력
|
|
|
|
| Plan | Review | Verdict | 메모 |
|
|
|------|--------|---------|------|
|
|
| `plan_cloud_G07_0.log` | `code_review_cloud_G07_0.log` | FAIL | Jenkins upsert script required Jenkins secret keys that setup script did not create. |
|
|
| `plan_cloud_G07_1.log` | `code_review_cloud_G07_1.log` | PASS | Setup script, docs, and tests now cover Jenkins credential bootstrap; review-only doc nit repaired. |
|
|
|
|
## 구현/정리 내용
|
|
|
|
- Added `scripts/upsert-jenkins-certified-job.sh` to generate/apply the `appsok-macos-certified` Jenkins freestyle job with `macbook-ultra`, `*/main`, certified build script call, ZIP/checksum archive, and retention 10.
|
|
- Updated `scripts/setup-appsok-ci-secrets.sh` so the SOPS CI payload includes `jenkins_url`, `jenkins_username`, and `jenkins_api_token`.
|
|
- Updated `docs/macos-certified-build.md` and `test/certified_macos_scripts_test.dart` for Jenkins job setup, secret key contract, and secret non-exposure expectations.
|
|
|
|
## 최종 검증
|
|
|
|
- `git diff --check -- scripts/setup-appsok-ci-secrets.sh scripts/upsert-jenkins-certified-job.sh test/certified_macos_scripts_test.dart docs/macos-certified-build.md` - PASS; no whitespace errors.
|
|
- `bash -n scripts/setup-appsok-ci-secrets.sh && bash -n scripts/upsert-jenkins-certified-job.sh` - PASS; shell syntax valid.
|
|
- `flutter test test/certified_macos_scripts_test.dart` - PASS; 6 tests passed.
|
|
- `./scripts/upsert-jenkins-certified-job.sh --dry-run` marker check - PASS; required XML markers present and token field names absent.
|
|
- `ssh -o BatchMode=yes -o ConnectTimeout=10 toki@toki-labs.com 'zsh -lc '\''cd "$HOME/docker/services/code-server/data/volume/workspace/appsok" && export PATH="$HOME/SDK/flutter/bin:/opt/homebrew/bin:/usr/local/bin:$PATH" && flutter analyze'\'''` - PASS; `No issues found!`.
|
|
- `ssh -o BatchMode=yes -o ConnectTimeout=10 toki@toki-labs.com 'zsh -lc '\''cd "$HOME/docker/services/code-server/data/volume/workspace/appsok" && export PATH="$HOME/SDK/flutter/bin:/opt/homebrew/bin:/usr/local/bin:$PATH" && flutter test'\'''` - PASS; 231 tests passed.
|
|
|
|
## Roadmap Completion
|
|
|
|
- Milestone: `agent-roadmap/phase/security-distribution/milestones/jenkins-thin-artifact-ci.md`
|
|
- Completed task ids:
|
|
- `job-config`: PASS; evidence=`agent-task/archive/2026/06/m-jenkins-thin-artifact-ci/plan_cloud_G07_1.log`, `agent-task/archive/2026/06/m-jenkins-thin-artifact-ci/code_review_cloud_G07_1.log`; verification=`dry-run XML marker check`, `remote flutter analyze`, `remote flutter test`
|
|
- `script-call`: PASS; evidence=`agent-task/archive/2026/06/m-jenkins-thin-artifact-ci/plan_cloud_G07_1.log`, `agent-task/archive/2026/06/m-jenkins-thin-artifact-ci/code_review_cloud_G07_1.log`; verification=`dry-run XML marker check`, `flutter test test/certified_macos_scripts_test.dart`
|
|
- `archive`: PASS; evidence=`agent-task/archive/2026/06/m-jenkins-thin-artifact-ci/plan_cloud_G07_1.log`, `agent-task/archive/2026/06/m-jenkins-thin-artifact-ci/code_review_cloud_G07_1.log`; verification=`dry-run XML marker check`, `flutter test test/certified_macos_scripts_test.dart`
|
|
- `retention`: PASS; evidence=`agent-task/archive/2026/06/m-jenkins-thin-artifact-ci/plan_cloud_G07_1.log`, `agent-task/archive/2026/06/m-jenkins-thin-artifact-ci/code_review_cloud_G07_1.log`; verification=`dry-run XML marker check`, `flutter test test/certified_macos_scripts_test.dart`
|
|
- Not completed task ids: 없음
|
|
|
|
## 잔여 Nit
|
|
|
|
- 없음
|
|
|
|
## 후속 작업
|
|
|
|
- 없음
|