From f84228f62c00a9c9b4a02f635adddbd062021fd1 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Fri, 20 Dec 2024 22:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E9=80=9A=E7=9F=A5=E6=B6=88=E6=81=AF=EF=BC=8C=E6=98=8E?= =?UTF-8?q?=E7=A1=AE=E5=8C=BA=E5=88=86=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chuanqi_server_pro_jenkins | 2 +- chuanqi_web_pro_jenkins | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chuanqi_server_pro_jenkins b/chuanqi_server_pro_jenkins index f1eaa93..b0ee2f5 100644 --- a/chuanqi_server_pro_jenkins +++ b/chuanqi_server_pro_jenkins @@ -18,7 +18,7 @@ pipeline { -H 'Content-Type: application/json' \\ -d '{ "chat_id": "6779541681", - "text":"传奇服务端pro构建完成!", + "text":"传奇服务端生产环境(pro)构建完成!", }' """ } diff --git a/chuanqi_web_pro_jenkins b/chuanqi_web_pro_jenkins index da30773..3e2cfdc 100644 --- a/chuanqi_web_pro_jenkins +++ b/chuanqi_web_pro_jenkins @@ -42,7 +42,7 @@ pipeline { -H 'Content-Type: application/json' \\ -d '{ "chat_id": "6779541681", - "text":"传奇web构建完成!", + "text":"传奇web生产环境(pro)构建完成!", }' """ }