diff --git a/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile b/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile index b6f9677c..a0cd64a7 100644 --- a/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile +++ b/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile @@ -12,7 +12,7 @@ executeFreeleapsPipeline { components = [ [ name: 'reconciler', - root: '.', + root: 'apps/reconciler', language: 'python', dependenciesManager: 'pip', requirementsFile: 'requirements.txt',