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
Vendored
+3
View File
@@ -2,7 +2,10 @@ pipeline {
agent any
environment {
OPENAI_API_KEY = credentials('OPENAI_API_KEY')
GITEA_TOKEN = credentials('GITEA_TOKEN')
GITEA_URL = 'https://git.jb9.uk'
CODEX_MODEL = 'gpt-4'
AI_REVIEW_FAIL_ON_FINDINGS = 'false'
}
stages {