Browse Source

Merge branch 'master' of https://git.mayan31370.space/aibaidu/aisite

harryYao 2 years ago
parent
commit
f9df166be9
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\"]}}'"
         }
       }
     }