We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44deac4 commit 86b6255Copy full SHA for 86b6255
ci/sonar_notify.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
#参考钉钉文档 https://open-doc.dingtalk.com/microapp/serverapi2/qf2nxq
3
sonarreport=$(curl -s http://172.16.100.198:8082/?projectname=dt-insight-engine/flinkStreamSQL)
4
- curl -s "https://oapi.dingtalk.com/robot/send?access_token=71555061297a53d3ac922a6f4d94285d8e23bccdca0c00b4dc6df0a2d49da724" \
+ curl -s "https://oapi.dingtalk.com/robot/send?access_token=58fd731d8bed3b17708d3aa27e49a7e2c41c7e6545f6c4be3170963a7bba7e2a" \
5
-H "Content-Type: application/json" \
6
-d "{
7
\"msgtype\": \"markdown\",
0 commit comments