Commit f819360c authored by 智勇's avatar 智勇

fix

parent 0d474a52
......@@ -567,7 +567,7 @@ def dockerbuild_and_push(imageTagInfo,buildNumber,systemName,branchName,cluster,
args += "--build-arg FROM_IMAGE=${imageTagCode} "
def image = docker.build(imageTagCode, "-f DockerfileCode ${contextDir}")
image.push()
def image = docker.build(imageTag, "${args} -f Dockerfile ${contextDir}")
def image = docker.build(imageTag, "-f Dockerfil ${args}e ${contextDir}")
image.push()
if (branchName == "master" || branchName == "master--master") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment