Update Jenkinsfile
Some checks failed
ecommerce-backend/pipeline/head There was a failure building this commit
Some checks failed
ecommerce-backend/pipeline/head There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||||
)]) {
|
)]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user