Commit 56b84549 authored by 黎博's avatar 黎博

修改提测地址

parent 5c7393d8
......@@ -166,7 +166,8 @@ public class PipelineController {
SubmitTestInstruction submitTestInstruction = submitTestInstructionService.getById(submitTestInstructionId);
if (submitTestInstruction != null) {
// TODO: 2021/11/5 提测说明url待前端定好之后再确定
String msg = DingdingUtils.buildTestSubmitInstructionMsg(projectName, "提测说明URL,等晓彤😂");
String submitTestUrl = "http://localhost:8080/qa/detailTestDescription?projectName=" + projectName + "&jiraProjectKey=" + jiraProjectKey;
String msg = DingdingUtils.buildTestSubmitInstructionMsg(projectName, submitTestUrl);
boolean sendToDingResult = DingdingUtils.sendToDingding(msg, dingUrl);
log.info("创建测试流程时,发送给数据组的通知结果:" + sendToDingResult);
}
......
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