fix: update Jenkinsfile root to 'reconciler' to match actual directory structure

This commit is contained in:
Nicolas 2025-07-23 21:38:02 +08:00
parent 2ca242bd91
commit b10362af61

View File

@ -12,7 +12,7 @@ executeFreeleapsPipeline {
components = [
[
name: 'reconciler',
root: 'apps/reconciler',
root: 'reconciler',
language: 'python',
dependenciesManager: 'pip',
requirementsFile: 'requirements.txt',