diff --git a/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile b/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile index 1d7eab3f..08924239 100644 --- a/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile +++ b/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile @@ -1,4 +1,4 @@ -library 'first-class-pipeline' +@Library('first-class-pipeline@Nicolas_local_ops') _ executeFreeleapsPipeline { serviceName = 'freeleaps' @@ -29,7 +29,8 @@ executeFreeleapsPipeline { imageBuildRoot: '..', imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', - semanticReleaseEnabled: true + semanticReleaseEnabled: true, + argoControlledRepoBranch: 'Nicolas_local_ops' ] ] } \ No newline at end of file