Update
hello-world/pipeline/head This commit looks good
ai/code-review AI review reported findings
hello-world/pipeline/pr-master This commit looks good

This commit is contained in:
2026-05-03 09:41:47 +01:00
parent 826f5710ae
commit a791e4c15c
3 changed files with 151 additions and 3 deletions
+18
View File
@@ -1,5 +1,23 @@
# Hello World C++ Project
## Jenkins AI Review
The Jenkins pipeline can run an OpenAI-powered review and report back to Gitea.
Required Jenkins secrets and variables:
- `OPENAI_API_KEY`
- `GITEA_TOKEN`
- `GITEA_URL`
Optional variables:
- `CODEX_MODEL`
- `AI_REVIEW_FAIL_ON_FINDINGS`
- `GITEA_REPO_OWNER`
- `GITEA_REPO_NAME`
- `GITEA_PR_NUMBER`
## Build
```bash