john 62ba8e0ff0
ai/code-review No issues found
hello-world/pipeline/head This commit looks good
Bug fixing
2026-05-03 21:39:24 +01:00
2026-05-03 21:38:45 +01:00
2026-05-03 21:39:24 +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%