Commit c29114fe authored by kalvin's avatar kalvin

fixbugs

parent c31b79f8
......@@ -296,10 +296,10 @@ def update_microservice(namespace, name, image, tier) {
dest_url = "http://192.168.4.24/api/qahome/update_microservice"
j = {
"namespace": namespace,
"name": name,
"image": image,
"tier": tier
namespace: namespace,
name: name,
image: image,
tier: tier
}
response = httpRequest contentType: "APPLICATION_JSON", httpMode: "PUT", requestBody: JsonOutput.toJson(j), 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