Explorar el Código

更新 Jenkinsfile

alair hace 4 meses
padre
commit
ea472bdeac
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -49,7 +49,7 @@ pipeline{
             dingtalk {
                 robot: 'Jenkins-DingDing',
                 type: 'MARKDOWN',
-                title: "success: ${JOB_NAME}"
+                title: "success: ${JOB_NAME}",
                 text: ["- 成功构建:${JOB_NAME}!\n- 版本: ${tag} \n- 持续时间:${currentBuild.durationString}"]
             }
         }
@@ -57,7 +57,7 @@ pipeline{
             dingtalk {
                 robot: 'Jenkins-DingDing',
                 type: 'MARKDOWN',
-                title: "success: ${JOB_NAME}"
+                title: "success: ${JOB_NAME}",
                 text: ["- 构建失败:${JOB_NAME}!\n- 版本: ${tag} \n- 持续时间:${currentBuild.durationString}"]
             }
         }