Commit 022942e7 authored by kalvin's avatar kalvin

fixbugs

parent 2af98940
...@@ -373,8 +373,8 @@ def set_image_info(microservice_name, git_commit_hash, image) { ...@@ -373,8 +373,8 @@ def set_image_info(microservice_name, git_commit_hash, image) {
consoleLogResponseBody:true, consoleLogResponseBody:true,
contentType:"APPLICATION_JSON", contentType:"APPLICATION_JSON",
requestBody:"""{ requestBody:"""{
"microservice_name":"${name}", "microservice_name":"${microservice_name}",
"git_commit_hash":"${name}", "git_commit_hash":"${git_commit_hash}",
"image": "${image}" "image": "${image}"
}""", }""",
url:dest_url url:dest_url
......
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