[api] Jenkinsfile.pjt 작업중
- 도커 푸시2
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ pipeline {
|
|||||||
stage('5) Docker Login & Push') {
|
stage('5) Docker Login & Push') {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([usernamePassword(
|
withCredentials([usernamePassword(
|
||||||
credentialsId: DOCKER_LOGIN,
|
credentialsId: DOCKER_CRED,
|
||||||
usernameVariable: 'DOCKER_USER',
|
usernameVariable: 'DOCKER_USER',
|
||||||
passwordVariable: 'DOCKER_PASS'
|
passwordVariable: 'DOCKER_PASS'
|
||||||
)]) {
|
)]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user