Switching to x.ai for reviews
ai/code-review No issues found
hello-world/pipeline/head This commit looks good

This commit is contained in:
2026-05-03 21:21:18 +01:00
parent 4973316155
commit b504842293
3 changed files with 20 additions and 9 deletions
Vendored
+2 -2
View File
@@ -1,10 +1,10 @@
pipeline {
agent any
environment {
OPENAI_API_KEY = credentials('OPENAI_API_KEY')
XAI_API_KEY = credentials('XAI_API_KEY')
GITEA_TOKEN = credentials('GITEA_TOKEN')
GITEA_URL = 'https://git.jb9.uk'
CODEX_MODEL = 'gpt-4'
XAI_MODEL = 'grok-4.3'
AI_REVIEW_FAIL_ON_FINDINGS = 'false'
}