I am trying in a pipeline to attach files to my notification mails.
How can I do that? An example would be nice.
I am trying in a pipeline to attach files to my notification mails.
How can I do that? An example would be nice.
email-ext uses Ant File Syntax
As for example usage:
emailext attachmentsPattern: '**/report.html', body: 'Find attachments', subject: 'test', to: '[email protected]'
attachmentsPattern: "${file_name}"
. its unable to call that file. please suggest –
Lourdeslourie **/reports/*
–
Diamagnet © 2022 - 2024 — McMap. All rights reserved.