Update Jenkinsfile
Some checks failed
ecommerce-backend/pipeline/head There was a failure building this commit

This commit is contained in:
2026-03-12 05:25:42 +00:00
parent 55d0c5b619
commit 397e40f78b

2
Jenkinsfile vendored
View File

@@ -47,7 +47,7 @@ pipeline {
stage('Push to Harbor') { stage('Push to Harbor') {
steps { steps {
withCredentials([usernamePassword( withCredentials([usernamePassword(
credentialsId: 'harbor-updated-creds', credentialsId: 'harbor-creds',
usernameVariable: 'HARBOR_USER', usernameVariable: 'HARBOR_USER',
passwordVariable: 'HARBOR_PASS' passwordVariable: 'HARBOR_PASS'
)]) { )]) {