From 6a5bb83fda3623b94b41c77046f8fbc45132b4a2 Mon Sep 17 00:00:00 2001 From: mindol1004 Date: Fri, 24 Mar 2023 13:05:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20'Jenkins?= =?UTF-8?q?file'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')