Fix jenkinsfile
hello-world/pipeline/head There was a failure building this commit

This commit is contained in:
2026-05-03 09:26:47 +01:00
parent d9eabf7c97
commit d79fe3d9a1
Vendored
+1 -1
View File
@@ -9,7 +9,7 @@ pipeline {
stage ('AI Code review') {
steps {
sh 'python scripts/ai_code_review.py'
sh 'python3 scripts/ai_code_review.py'
}
}