This commit is contained in:
Vendored
+11
@@ -1,7 +1,18 @@
|
||||
pipeline {
|
||||
agent any
|
||||
environment {
|
||||
OPENAI_API_KEY = credentials('OPENAI_API_KEY')
|
||||
CODEX_MODEL = 'gpt-4'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
stage ('AI Code review') {
|
||||
steps {
|
||||
sh 'python scripts/ai_code_review.py'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Configure') {
|
||||
steps {
|
||||
sh 'cmake -S . -B build'
|
||||
|
||||
Reference in New Issue
Block a user