john 959c4304b3
ai/code-review AI review reported findings
hello-world/pipeline/head This commit looks good
Update prompt
2026-05-03 21:27:03 +01:00
2026-05-03 21:27:03 +01:00
2026-05-03 21:25:21 +01:00
2026-05-03 09:02:01 +01:00
2026-05-03 21:22:07 +01:00
2026-05-03 21:22:07 +01:00

Hello World C++ Project

Jenkins AI Review

The Jenkins pipeline can run an x.ai-powered review and report back to Gitea.

Required Jenkins secrets and variables:

  • XAI_API_KEY
  • GITEA_TOKEN
  • GITEA_URL

Optional variables:

  • AI_REVIEW_MODEL
  • XAI_MODEL
  • XAI_BASE_URL
  • AI_REVIEW_FAIL_ON_FINDINGS
  • GITEA_REPO_OWNER
  • GITEA_REPO_NAME
  • GITEA_PR_NUMBER

The default review model is grok-4.3, using the OpenAI Python SDK against https://api.x.ai/v1.

Build

cmake -S . -B build
cmake --build build
./build/hello_world
S
Description
No description provided
Readme 65 KiB
Languages
Python 95.2%
CMake 2.4%
C++ 2.4%