Jenkins Pipeline发送带有附件的电子邮件

时间:2020-02-14 10:07:53

标签: jenkins jenkins-pipeline jenkins-plugins jenkins-groovy

我正在尝试使用电子邮件扩展名发送带有附件的电子邮件。我没有在邮件中看到附件。

该如何解决?

emailext attachmentsPattern: '/scratch/testuser/output.html', body: "Test", mimeType: 'text/html',  subject: 's1', to: "${EMAIL_LIST}"

1 个答案:

答案 0 :(得分:-1)

     emailext attachmentsPattern: 'attachment.html',
     body: "test",
     recipientProviders: [developers(), requestor()],
     subject: "testattachment: Job test"