Commit 229680ef authored by kalvin's avatar kalvin

fixbugs

parent e3f8e7fe
......@@ -296,7 +296,7 @@ def project_attr(systemName) {
def update_microservice(namespace, name, image, tier) {
dest_url = "http://192.168.4.24/api/qahome/update_microservice"
response = httpRequest httpMode:"POST",
response = httpRequest httpMode:"PUT",
consoleLogResponseBody:true,
contentType:"APPLICATION_JSON",
requestBody:"""{
......
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