fix: update Jenkinsfile configurations for devops and reconciler services

- Update freeleaps-devops-reconciler Jenkinsfile: change reconciler root path from '.' to 'apps/reconciler'
- Ensure freeleaps-service-hub Jenkinsfile includes devops component with correct configuration
- Both services now have proper CI/CD pipeline configurations for alpha environment
This commit is contained in:
Nicolas 2025-07-21 09:45:15 +08:00
parent 233d88467b
commit 5b93048cb3

View File

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