Hi Jenkins Experts

I get the below error message sometime only when i use the html file as
email.

Jenkins Code:

 emailext (
                    mimeType: 'text/html',
                    subject: 'Compilation Varification Failed for Gerrit',
                    attachLog: true,
                    attachmentsPattern: 'Errors/*.log,BTLD/Errors/*.log',
                    body: '${FILE, path="failure.html"}',
                    from: '[email protected]',
                    to :
'$GERRIT_CHANGE_OWNER_EMAIL,$GERRIT_PATCHSET_UPLOADER_EMAIL'
                )

*Error: *
*[Error replacing 'FILE' - Error processing tokens]*








Thanks & Best Regars

*Chetan B*

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CA%2B6q8-5vQ7Z430Mi6pqCUL8pP7n%3DR04MFUTCGifBMPyTQcLtEw%40mail.gmail.com.

Reply via email to