Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: email-ext-plugin, token-macro-plugin
-
Labels:None
-
Environment:jenkins 2.9
email extension plugin 2.47
-
Similar Issues:
Description
Following doesn't work in pipeline
emailext body: '${CHANGES_SINCE_LAST_SUCCESS, reverse="true", showPaths="true"}', subject: 'Test email', to: 'user.email@mycompany.com'
It would be good to have this in place to get changeset from last successful build
Attachments
Issue Links
- duplicates
-
JENKINS-35367 EMail-Ext Extended Pipeline Support - Templates
-
- Closed
-
I've read
JENKINS-35367, but still don't get how to use {CHANGES_SINCE_LAST_SUCCESS, reverse="true", showPaths="true"} in pipeline. Is it right to put it in a template and use it? An example would be nice. Thank you!