Commit 78ea5b72 authored by 智勇's avatar 智勇

Merge branch 'jiajia' into 'master'

去掉逗号



See merge request !3
parents f3b4366f b3997a01
...@@ -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://192.168.29.80:3003/pipeline/dingTalk" dest_url = "http://172.30.220.22: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