Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cpas6-install
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李金钢
cpas6-install
Commits
14641928
Commit
14641928
authored
Mar 20, 2026
by
Auto Backup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: comment out DingTalk notifications
parent
a0d9366f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Jenkinsfile
Jenkinsfile
+4
-4
No files found.
Jenkinsfile
View file @
14641928
...
@@ -245,7 +245,7 @@ pipeline {
...
@@ -245,7 +245,7 @@ pipeline {
}
}
// 使用dingtalk插件提供的指令,Cpas6Package 是你在系统设置里定义的 ID,(这个一定不能改重要)
// 使用dingtalk插件提供的指令,Cpas6Package 是你在系统设置里定义的 ID,(这个一定不能改重要)
dingtalk
(
/*
dingtalk (
robot: 'Cpas6Package',
robot: 'Cpas6Package',
type: 'MARKDOWN',
type: 'MARKDOWN',
title: "AI 训练任务状态",
title: "AI 训练任务状态",
...
@@ -261,11 +261,11 @@ pipeline {
...
@@ -261,11 +261,11 @@ pipeline {
"- **查看详情**: [点击跳转](${env.BUILD_URL})"
"- **查看详情**: [点击跳转](${env.BUILD_URL})"
]
]
// 移除 @ 特定测试人员的逻辑
// 移除 @ 特定测试人员的逻辑
)
)
*/
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
echo
"获取 Git 信息时发生错误: ${e.message}"
echo
"获取 Git 信息时发生错误: ${e.message}"
// 错误情况下的兜底方案
// 错误情况下的兜底方案
dingtalk
(
/*
dingtalk (
robot: 'Cpas6Package',
robot: 'Cpas6Package',
type: 'MARKDOWN',
type: 'MARKDOWN',
title: "AI 训练任务状态",
title: "AI 训练任务状态",
...
@@ -277,7 +277,7 @@ pipeline {
...
@@ -277,7 +277,7 @@ pipeline {
"- **结果**: ${currentBuild.currentResult}",
"- **结果**: ${currentBuild.currentResult}",
"- **查看详情**: [点击跳转](${env.BUILD_URL})"
"- **查看详情**: [点击跳转](${env.BUILD_URL})"
]
]
)
)
*/
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment