diff --git a/Jenkinsfile b/Jenkinsfile index 7e8bd9a..ea86318 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ podTemplate( sh 'echo 3333' /* sh 'docker build -t myimage:latest .' */ - sh 'docker login -u mindol1004 -p '$awlswn1318a' https://10.43.250.34:5000/v2/' + sh 'docker login -u mindol1004 -p "$awlswn1318a" https://10.43.250.34:5000/v2/' def dockerImage = docker.build("${image}:${tag}", './') dockerImage.push() dockerImage.push('latest')