Commit d1dabe3a authored by kewei.jia's avatar kewei.jia

修正

parent c9732795
...@@ -97,7 +97,7 @@ def update_microservice(namespace, name, image, tier, domain) { ...@@ -97,7 +97,7 @@ def update_microservice(namespace, name, image, tier, domain) {
return res_json return res_json
} }
def ding_talk(buildNumber,flags) { def ding_talk(buildNumber,flags) {
dest_url = "http://172.30.220.22:3003/pipeline/dingTalk" dest_url = "http://192.168.29.80:3003/pipeline/dingTalk"
response = httpRequest httpMode:"POST", response = httpRequest httpMode:"POST",
consoleLogResponseBody:true, consoleLogResponseBody:true,
......
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