From a92eb07a9b2b7b324419a8001b5d586615ca8e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Sat, 8 Feb 2025 12:30:52 +0800 Subject: [PATCH] fix(pipeline): update registryCredentialsId to use Docker Hub secret MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- first-class-pipeline/tests/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/first-class-pipeline/tests/Jenkinsfile b/first-class-pipeline/tests/Jenkinsfile index bc4e9c9c..2f13e6d5 100644 --- a/first-class-pipeline/tests/Jenkinsfile +++ b/first-class-pipeline/tests/Jenkinsfile @@ -75,7 +75,7 @@ executeFreeleapsPipeline { // imageReleaseArchitectures used to specify the released image architectures imageReleaseArchitectures: ['linux/amd64', 'linux/arm64'], // registryCredentialsId used to specify the registry credential that stored in Jenkins - registryCredentialsId: 'gitops-mvp-app-secret', + registryCredentialsId: 'gitops-mvp-app-dockerhub-secret', // semanticReleaseEnabled used to specify whether to enable semantic release semanticReleaseEnabled: true ], @@ -122,7 +122,7 @@ executeFreeleapsPipeline { // imageReleaseArchitectures used to specify the released image architectures imageReleaseArchitectures: ['linux/amd64', 'linux/arm64'], // registryCredentialsId used to specify the registry credential that stored in Jenkins - registryCredentialsId: 'gitops-mvp-app-secret', + registryCredentialsId: 'gitops-mvp-app-dockerhub-secret', // semanticReleaseEnabled used to specify whether to enable semantic release semanticReleaseEnabled: true ]