Commit 4362ecb7 authored by 黎博's avatar 黎博

更新

parent 8a2cc10b
...@@ -28,6 +28,7 @@ public class JiraWebhookController { ...@@ -28,6 +28,7 @@ public class JiraWebhookController {
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
log.info(String.valueOf(jiraData));
JiraWebhookUtils.sendDingdingMsg(jiraData.toString()); JiraWebhookUtils.sendDingdingMsg(jiraData.toString());
} }
} }
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