2 Commits e61f33fc7d ... 9cfea29d97

Author SHA1 Message Date
  mayan31370 9cfea29d97 Merge branch 'master' of git.mayan31370.space:aibaidu/aisite 2 years ago
  mayan31370 d3e78b8acb 使用markdown语法,更清晰 2 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -49,7 +49,7 @@ pipeline {
     stage('Send notify'){
       steps{
         script{
-          sh "curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=743fe5f4-d4cf-4906-8aa5-93353a4287da' -H 'Content-Type: application/json' -d '{\"msgtype\": \"text\",\"text\": {\"content\": \"AI-Site部署完成\",\"mentioned_list\":[\"yaoxin\",\"TianShanFeiMao\"]}}'"
+          sh "curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=743fe5f4-d4cf-4906-8aa5-93353a4287da' -H 'Content-Type: application/json' -d '{\"msgtype\": \"markdown\",\"markdown\": {\"content\": \"### H5落地页\n<font color=\"info\">部署完成</font>\",\"mentioned_list\":[\"@all\"]}}'"
         }
       }
     }