From b66182be18ffede7a3e4402d3ad55874641a190d Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 23 Jul 2025 22:16:43 +0800 Subject: [PATCH] ci: update Jenkinsfile to use argoControlledRepoBranch Nicolas_local_ops and pipeline library from Nicolas_local_ops branch --- freeleaps-devops-reconciler/alpha/ci/Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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