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