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?


