[api] Jenkinsfile.pjt 작업중

- 도커 푸시2
This commit is contained in:
2026-02-03 11:07:35 +09:00
parent 7341f28f9d
commit 6de8ebca9b
+1 -1
View File
@@ -53,7 +53,7 @@ pipeline {
stage('5) Docker Login & Push') {
steps {
withCredentials([usernamePassword(
credentialsId: DOCKER_LOGIN,
credentialsId: DOCKER_CRED,
usernameVariable: 'DOCKER_USER',
passwordVariable: 'DOCKER_PASS'
)]) {