Commit f3b4366f authored by 智勇's avatar 智勇

Merge branch 'jia' into 'master'

Jia



See merge request !2
parents 1fad028b 5c9febcf
......@@ -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