Commit 14641928 authored by Auto Backup's avatar Auto Backup

chore: comment out DingTalk notifications

parent a0d9366f
......@@ -245,7 +245,7 @@ pipeline {
}
// 使用dingtalk插件提供的指令,Cpas6Package 是你在系统设置里定义的 ID,(这个一定不能改重要)
dingtalk (
/* dingtalk (
robot: 'Cpas6Package',
type: 'MARKDOWN',
title: "AI 训练任务状态",
......@@ -261,11 +261,11 @@ pipeline {
"- **查看详情**: [点击跳转](${env.BUILD_URL})"
]
// 移除 @ 特定测试人员的逻辑
)
) */
} catch (Exception e) {
echo "获取 Git 信息时发生错误: ${e.message}"
// 错误情况下的兜底方案
dingtalk (
/* dingtalk (
robot: 'Cpas6Package',
type: 'MARKDOWN',
title: "AI 训练任务状态",
......@@ -277,7 +277,7 @@ pipeline {
"- **结果**: ${currentBuild.currentResult}",
"- **查看详情**: [点击跳转](${env.BUILD_URL})"
]
)
) */
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment