emailext附件模式:'** / target / overview-features.html'给出异常

时间:2019-04-30 11:05:46

标签: jenkins jenkins-pipeline jenkins-cli

电子邮件扩展附件模式:'** / target / overview-features.html'在Maven项目的Jenkinsfile中给出错误

post { 
  success { 
    emailext 
      attachmentsPattern: "**/overview-features.html", 
      body: '''${SCRIPT, template="groovy-html.template"}''', 
      mimeType: 'text/html',
      to: "test@gmail.com", 
      subject: "Success Pipeline: ${currentBuild.fullDisplayName}" 
  } 
}

0 个答案:

没有答案