diff --git a/Jenkinsfile.pjt b/Jenkinsfile.pjt index 0c3d1c9..ecba0be 100644 --- a/Jenkinsfile.pjt +++ b/Jenkinsfile.pjt @@ -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' )]) {