Commit ccb6f773 authored by 黎博's avatar 黎博

通知数仓地址改成测试环境地址

parent 96853642
......@@ -165,8 +165,7 @@ public class PipelineController {
Integer submitTestInstructionId = dingRobot.getSubmitTestInstructionId();
SubmitTestInstruction submitTestInstruction = submitTestInstructionService.getById(submitTestInstructionId);
if (submitTestInstruction != null) {
// TODO: 2021/11/5 提测说明url待前端定好之后再确定
String submitTestUrl = "http://localhost:8080/qa/detailTestDescription?projectName=" + projectName + "&jiraProjectKey=" + jiraProjectKey;
String submitTestUrl = "http://holmes-fe.liangkebang.net/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