更新构建完成通知消息,明确区分生产环境

This commit is contained in:
2024-12-20 22:07:29 +08:00
parent 4177da615c
commit f84228f62c
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ pipeline {
-H 'Content-Type: application/json' \\
-d '{
"chat_id": "6779541681",
"text":"传奇服务端pro构建完成!",
"text":"传奇服务端生产环境(pro)构建完成!",
}'
"""
}