如何将文件附加到Jenkins Pipeline通知
我正在尝试将文件附加到通知邮件中的管道。
我怎样才能做到这一点?一个例子会很好。
回答:
email-ext使用Ant文件语法
例如用法:
emailext attachmentsPattern: '**/report.html', body: 'Find attachments', subject: 'test', to: 'test@me.org'
以上是 如何将文件附加到Jenkins Pipeline通知 的全部内容, 来源链接: utcz.com/qa/407341.html