forked from mindol1004/msa-kiz-app
업데이트 'Jenkinsfile'
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user