Commit 5c9febcf authored by kewei.jia's avatar kewei.jia

去掉逗号

parent 4e6dcb45
......@@ -96,7 +96,7 @@ def update_microservice(namespace, name, image, tier, domain) {
def res_json = jsonParse(response.content)
return res_json
}
def ding_talk(buildNumber,flag) {
def ding_talk(buildNumber,flags) {
dest_url = "http://192.168.29.80:3003/pipeline/dingTalk"
response = httpRequest httpMode:"POST",
......@@ -104,7 +104,7 @@ def ding_talk(buildNumber,flag) {
contentType:"APPLICATION_JSON",
requestBody:"""{
"buildNumber":"${buildNumber}",
"flag":"${flag}"
"flag":"${flags}"
}""",
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