Update
This commit is contained in:
Vendored
+3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user