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:
parent
233d88467b
commit
5b93048cb3
@ -12,7 +12,7 @@ executeFreeleapsPipeline {
|
||||
components = [
|
||||
[
|
||||
name: 'reconciler',
|
||||
root: '.',
|
||||
root: 'apps/reconciler',
|
||||
language: 'python',
|
||||
dependenciesManager: 'pip',
|
||||
requirementsFile: 'requirements.txt',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user