1 Star 1 Fork 2

murphysecurity/murphysec-jenkins-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
feishu.sh 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
CN-You 提交于 2022-03-24 18:51 . add sample file of Jenkinsfile
#!/bin/bash
## 调用飞书群机器人的webhooks接口将信息发送至群内
api=https://open.feishu.cn/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
curl -X POST \
$api \
-H 'Content-Type: application/json' \
-d '{
"msg_type": "post",
"content": {
"post": {
"zh_cn": {
"title": "Jenkins",
"content": [
[
{
"tag": "text",
"un_escape": true,
"text": "'$1'"
}
],
[
]
]
}
}
}
}'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/murphysecurity/murphysec-jenkins-tools.git
git@gitee.com:murphysecurity/murphysec-jenkins-tools.git
murphysecurity
murphysec-jenkins-tools
murphysec-jenkins-tools
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385