How to set the Jenkins build job status as as the Default Subject of email using Email Extension

Viewed 443

I am using https://plugins.jenkins.io/email-ext/ using below code I managed to send code changes in subject body .

Changes:

${CHANGES, showPaths=true, format="%a: %r %p \n--\"%m\"", pathFormat="\n\t- %p"}

Now my requirement is to pass the build job status as pass or failed in the default subject itself . Can I do it without using a pipeline? enter image description here

Subject enter image description here

1 Answers
Related