fixing workflow
This commit is contained in:
parent
3bc9e5f5b0
commit
aa62460dfe
|
@ -183,7 +183,8 @@
|
|||
"http_request": {
|
||||
"uri" : "${workflow.input.callback.url}",
|
||||
"method" : "POST",
|
||||
"body" : "${build_json_report.output.result.report}"
|
||||
"body" : "${build_json_report.output.result.report}",
|
||||
"expect" : [200, 301]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue