diff --git a/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile b/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile index 08924239..aaad9645 100644 --- a/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile +++ b/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile @@ -30,6 +30,8 @@ executeFreeleapsPipeline { imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true, + argoControlledRepo: 'https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops.git', + argoControlledRepoCredentialsId: 'freeleaps-ops-credentials', argoControlledRepoBranch: 'Nicolas_local_ops' ] ]