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) {
consoleLogResponseBody:true,
contentType:"APPLICATION_JSON",
requestBody:"""{
"microservice_name":"${name}",
"git_commit_hash":"${name}",
"microservice_name":"${microservice_name}",
"git_commit_hash":"${git_commit_hash}",
"image": "${image}"
}""",
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