From 397e40f78bdc398e21239c39cf28219c9814cd1b Mon Sep 17 00:00:00 2001 From: subodh Date: Thu, 12 Mar 2026 05:25:42 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 04f374e..43027a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ pipeline { stage('Push to Harbor') { steps { withCredentials([usernamePassword( - credentialsId: 'harbor-updated-creds', + credentialsId: 'harbor-creds', usernameVariable: 'HARBOR_USER', passwordVariable: 'HARBOR_PASS' )]) {