Skip to content

Commit

Permalink
修改sonar 的钉钉地址
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchao committed Jun 19, 2020
1 parent 44deac4 commit 86b6255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/sonar_notify.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#参考钉钉文档 https://open-doc.dingtalk.com/microapp/serverapi2/qf2nxq
sonarreport=$(curl -s http://172.16.100.198:8082/?projectname=dt-insight-engine/flinkStreamSQL)
curl -s "https://oapi.dingtalk.com/robot/send?access_token=71555061297a53d3ac922a6f4d94285d8e23bccdca0c00b4dc6df0a2d49da724" \
curl -s "https://oapi.dingtalk.com/robot/send?access_token=58fd731d8bed3b17708d3aa27e49a7e2c41c7e6545f6c4be3170963a7bba7e2a" \
-H "Content-Type: application/json" \
-d "{
\"msgtype\": \"markdown\",
Expand Down

0 comments on commit 86b6255

Please sign in to comment.