| 
														
															@@ -23,7 +23,7 @@ class FeishuNotifier implements Serializable { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     (status == 'SUCCESS') ? '✅ 构建成功' : 
														 | 
														
														 | 
														
															                     (status == 'SUCCESS') ? '✅ 构建成功' : 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     (status == 'FAILURE') ? '❌ 构建失败' : '🟡 构建不稳定' 
														 | 
														
														 | 
														
															                     (status == 'FAILURE') ? '❌ 构建失败' : '🟡 构建不稳定' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        // 2. 飞书极简卡片:header + elements 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        // 2. 飞书卡片:header + elements 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         def payload = [ 
														 | 
														
														 | 
														
															         def payload = [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             msg_type: 'interactive', 
														 | 
														
														 | 
														
															             msg_type: 'interactive', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             card: [ 
														 | 
														
														 | 
														
															             card: [ 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -32,11 +32,7 @@ class FeishuNotifier implements Serializable { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         tag: 'plain_text', 
														 | 
														
														 | 
														
															                         tag: 'plain_text', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         content: title 
														 | 
														
														 | 
														
															                         content: title 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     ], 
														 | 
														
														 | 
														
															                     ], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    subtitle: [ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                        tag: 'lark_md', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                        content: "**任务名称:${jobName}**"   // ← 关键改动 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    ], 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    template: color   // 左侧条颜色 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    template: color 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 ], 
														 | 
														
														 | 
														
															                 ], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 elements: [ 
														 | 
														
														 | 
														
															                 elements: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     [ 
														 | 
														
														 | 
														
															                     [ 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -44,6 +40,8 @@ class FeishuNotifier implements Serializable { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         text: [ 
														 | 
														
														 | 
														
															                         text: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             tag: 'lark_md', 
														 | 
														
														 | 
														
															                             tag: 'lark_md', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             content: """ 
														 | 
														
														 | 
														
															                             content: """ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+**📋 任务名称:${jobName}**   
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 **构建编号**: [#${buildNumber}](${buildUrl})   
														 | 
														
														 | 
														
															 **构建编号**: [#${buildNumber}](${buildUrl})   
														 | 
													
												
											
												
													
														| 
														 | 
														
															 **持续时间**: ${duration}   
														 | 
														
														 | 
														
															 **持续时间**: ${duration}   
														 | 
													
												
											
												
													
														| 
														 | 
														
															 **分支**: ${branch}   
														 | 
														
														 | 
														
															 **分支**: ${branch}   
														 |