From 99e0fef16686b46d0aeda25b00fd787a8b321fed Mon Sep 17 00:00:00 2001 From: dustoair <107600816+dustoair@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:22:32 +0800 Subject: [PATCH] Extended-Email-Publisher --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8ed6be4..b19e445 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stages { stage('email'){ - echo "测试发送邮件" + sh echo "测试发送邮件" // 设置生成模板文件 configFileProvider([configFile(fileId: ' Extended-Email-Publisher', targetLocation: 'email.html',