更新构建完成通知消息,明确区分生产环境
This commit is contained in:
@@ -18,7 +18,7 @@ pipeline {
|
|||||||
-H 'Content-Type: application/json' \\
|
-H 'Content-Type: application/json' \\
|
||||||
-d '{
|
-d '{
|
||||||
"chat_id": "6779541681",
|
"chat_id": "6779541681",
|
||||||
"text":"传奇服务端pro构建完成!",
|
"text":"传奇服务端生产环境(pro)构建完成!",
|
||||||
}'
|
}'
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ pipeline {
|
|||||||
-H 'Content-Type: application/json' \\
|
-H 'Content-Type: application/json' \\
|
||||||
-d '{
|
-d '{
|
||||||
"chat_id": "6779541681",
|
"chat_id": "6779541681",
|
||||||
"text":"传奇web构建完成!",
|
"text":"传奇web生产环境(pro)构建完成!",
|
||||||
}'
|
}'
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user