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' )]) {