- 2.72 and later
- 2.71 (July 24, 2020)
- 2.69 (February 26, 2020)
- 2.67 (October 2, 2019)
- 2.66 (March 21, 2019)
- 2.65 (March 6, 2019)
- 2.63 (August 5, 2018)
- 2.62 (March 23, 2018)
- 2.61 (October 27, 2017)
- 2.60 (September 19, 2017)
- 2.59 (September 12, 2017)
- 2.58 (Jun 29, 2017)
- 2.57.2 (April 10, 2017)
- 2.57.1 (March 20, 2017)
- 2.57 (February 18, 2017)
- 2.56 (February 14, 2017)
- 2.55 (February 11, 2017)
- 2.54 (January 22, 2017)
- 2.53 (December 23, 2016)
- 2.52 (October 23, 2016)
- 2.51 (September 28, 2016)
- 2.50 (September 24, 2016)
- 2.48 & 2.49 Failed releases
- 2.47 (August 7, 2016)
- 2.46 (August 4, 2016)
- 2.45 (July 31, 2016)
- 2.44 (June 13, 2016)
- 2.43 (June 4, 2016)
- 2.42 (April 17, 2016)
- 2.41.3 (Feb 23, 2016)
- 2.41.2 (Feb 18, 2016)
- 2.41 (Feb 07, 2016)
- 2.40.5 (Jun 08, 2015)
- 2.40.4 (May 24, 2015)
- 2.40.3 (May 20, 2015)
- 2.40.2 (May 13, 2015)
- 2.40.1 (May 4, 2015)
- 2.40 (April 28, 2015)
- 2.39.2 (January 30, 2015)
- 2.39 (November 16, 2014)
- 2.38.2 (August 26, 2014)
- 2.38.1 (June 2, 2014)
- 2.38 (May 24, 2014)
- 2.37.2.2 (March 8, 2014)
- 2.37.2 (January 26, 2014)
- 2.37.1 (January 11, 2014)
- 2.37 (January 8, 2014)
- 2.36 (October 26, 2013)
- 2.35.1 (October 14, 2013)
- 2.35 (October 12, 2013)
- 2.34 (September 15, 2013)
- 2.33 (September 12, 2013)
- 2.32 (August 13, 2013)
- 2.31 (August 12, 2013)
- 2.30.2 (May 23, 2013)
- 2.29 (May 6, 2013)
- 2.28 (April 4, 2013)
- 2.27.1 (March 5, 2013)
- 2.27 (March 2, 2013)
- 2.25 (December 12, 2012)
- 2.24.1 (July 20, 2012)
- 2.22 (June 15, 2012)
- 2.21 (May 16, 2012)
- 2.20 (April 12, 2012)
- 2.19 ( Mar 24, 2012 )
- 2.18 ( Jan 31, 2012 )
- 2.16 (Nov 07, 2011)
- 2.15 (Sep 05, 2011)
- 2.14.1 (Jul 01, 2011)
- 2.14 (Apr 21, 2011)
- 2.13 (Mar 23 2011)
- 2.12 (Feb 26, 2011)
- 2.11 (Feb 19, 2011)
- 2.10 (Jan 20, 2011)
- 2.9 (Oct 14, 2010)
- 2.8 (Sept 15, 2010)
- 2.7 (Aug 30, 2010)
- 2.6 (Jul 20, 2010)
- 2.5 (Jan 20, 2010)
- 2.4 (Jan 7, 2010)
- 2.3 (Jan 6, 2010)
- 2.2.1 (Dec 23, 2008)
-
Changelog moved to GitHub Releases.
-
Added BuilderUserRecipientProvider (thanks srasmussen)
-
Fix issue with pre-send script timing (thanks srasmussen)
-
Added filtering for testSuiteName (thanks DivyeshChandra)
-
Users with Jenkins.MANAGE permission have access to manage settings (thanks escoem)
-
Added yaml output for test failure information (thanks DivyeshChandra)
-
Added
escapeHtml
flag to FAILED_TESTS macro (thanks Lukasz Kostrzewa) -
Fix issue with config-file-provider not loading folder level files (thanks gcernier-amadeus)
-
Fix some usages of "email" to "e-mail" to be consistent (thanks VirtualTim)
-
Update plugin to build and test with JDK11 (thanks batmat)
-
allow filtering email domains we send emails to (pull 167)
-
Help markup (pull 169)
-
Same recipient in CC or BCC removes it from TO JENKINS-52748 - Getting issue details… STATUS
-
Styling changes + change in test results table + code alignment (pull 162)
-
Fix link for RFC-2919 in help (pull 164)
-
Update some libraries for some feature additions. (pull 165)
-
The email-ext-plugin Pipeline integration is not very ergonomic JENKINS-49733 - Getting issue details… STATUS
-
Check for attachment size does not consider compression JENKINS-49913 - Getting issue details… STATUS
-
Add additional accounts (pull 166)
-
Add global checkbox to allow sending emails to unregistered users (pull 161)
-
Switch to using RunWithSCM for getCulprits logic JENKINS-24141 - Getting issue details… STATUS
-
groovy-text.template: use of member changeSet instead of changeSets (JENKINS-38968)
-
NullPointerException when calling addRecipients (JENKINS-45529)
-
groovy-html.template: use of member changeSet instead of changeSets (JENKINS-38968)
-
SECURITY-257(advisory) Run Groovy and Jelly scripts only if approved or in secure sandbox
Jenkins administrators may need to approve scripts used by this plugin. Administrators can either proactively review all job configurations for Groovy scripts or they can wait for the jobs to run and fail. Approval is performed via the Script Security Plugin.
-
SECURITY-372 (advisory) Emails were sent to addresses not associated with actual users of Jenkins.
If the security fix is undesirable in a particular instance, it can be disabled with either or both of the following two system properties:
-
-Dhudson.tasks.MailSender.SEND_TO_UNKNOWN_USERS=true
: send mail to build culprits even if they do not seem to be associated with a valid Jenkins login. -
-Dhudson.tasks.MailSender.SEND_TO_USERS_WITHOUT_READ=true
: send mail to build culprits associated with a valid Jenkins login even if they would not otherwise have read access to the job.
-
Allow using 'emailext' step in pipeline without 'node'/workspace context (JENKINS-42140)
-
Bring back functions removed in JENKINS-40964 that are required for upgrade of existing config
-
update to latest config-file-provider (JENKINS-40964)
-
CulpritsRecipientProvider does not work with pipeline (JENKINS-40653)
-
enable setter for smtpHost in descriptor (PR-142)
-
Fix getter value in UI (JENKINS-37995)
-
Add API to programmatically configure global settings (JENKINS-39147)
-
Pipeline Support - Failed Tests (JENKINS-38519)
-
Template support in pipelines (JENKINS-35367)
-
X failure trigger (JENKINS-37995)
-
Don’t use random for filename in Save to Workspace option (JENKINS-37350)
-
2nd failure emails being sent even when build is successful with job-dsl-plugin (JENKINS-37188)
-
emailext Pipeline step sends mails to irrelevant people (JENKINS-37163)
-
Non breaking spaces being double escaped - Thanks Pierre-Gildas MILLON (JENKINS-35669)
-
NPE in email-ext FailingTestSuspectsRecipientProvider (JENKINS-36402)
-
Fix of findbugs reported issues
-
Upgrade to plugin pom 2.7
-
Extended Pipeline support (JENKINS-35365)
-
Fixed Content Token Reference throwing error if Config File Provider plugin is not installed (issue 35289)
-
Fixed NPE when watching a job (Issue 33717)
-
Merged pull request 130
-
Merged pull request 133 Fix for issue 34785
-
Added ability to use a template from the workspace.
-
Fixed issue with post-send script not saving (issue 33205 thanks to weisslj)
-
Fixed issue with non-English characters in file names for attachments (issue 33574)
-
Fixed NPE issue when using groovy script (issue 33690)
-
Added a license file
-
Moved to new parent pom version
-
Fixed up some tests
-
Fixed issue when workflow is not installed (issue 33035)
-
Fixed issue with wrong class loader for templates (issue 32910)
-
Allow semicolon for address separator (issue 32889)
-
Cleaned up dependencies
-
Removed several tokens that were moved to token-macro
-
Fixed several items flagged by PMD (thanks Mohammed Ezzat)
-
Added post-send script feature similar to pre-send script. (Thanks weisslj)
-
Fixed issue with non-AbstractProject/Build items (issue 29970https://issues.jenkins-ci.org/browse/JENKINS-29970)
-
Fixed watching so it doesn’t show recipient fields (issue 29449)
-
Fix issue where the wrong config provider would be cached if using multiple types of managed templates.
-
Fix issue with incorrect handling of cc and bcc recipients (issue #28444)
-
Fix issue with readResolve including Mailer components (issue #28402)
-
Fix issue where default extension was not added to template name if there was something that looked like an extension in the name (issue #28357)
-
Set the debug mode for JavaMail correctly when debug mode is enabled in global configuration
-
Fixed issue where the deserialization was not working correctly for descriptors (issue #28212)
-
Fixed issue with classpath entries that have environment variables (issue #28145)
-
Fixed issue with check of the extension for templates on the file system (issue #28202)
-
Thanks to K.R. Walker, Cédric Levasseur
-
Fixed issue with pre-send scripts not using 'cancel' correctly (issue #27448)
-
Added ability to send email in HTML and plaintext with plaintext being a stripped version of the HTML (issue #23126)
-
Added ability to configure the set of triggers that is setup by default when adding email-ext to a project (issue #27856)
-
Moved away from using the Mailer plugin to create a session.
-
Added new TEMPLATE token that can be used to pull normal content from a file (issue #26478)
-
Allow use of content tokens in the pre-send script (issue #26286)
-
Allow sending console logs for all nodes in matrix build (issue #21861)
-
Added ability for users to watch jobs (issue #18567)
-
Removed admin email address since it should be set in the Jenkins Location area (issue #25926)
-
Fixed output from CSSInliner that was escaping entities (issue #25719)
-
Added FirstFailingBuildSuspectsRecipientProvider
-
Thanks to Everspace
-
Add workaround for JENKINS-25940
-
Added new SCRIPT_CONTENT macro that can be used with pre-send scripts.
-
Added uberClassLoader to JellyContext
-
Thanks to Christian Galsterer, Alex Ouzounis, Gregory SSI-YAN-KAI, Jesse Glick, Jeff Maury, robin-knight, K.R. Walker
-
Updated to 1.554.1 as parent pom version
-
Added a recipient provider for upstream committers (issue #17742)
-
Fixed issue with template testing not supporting managed files (issue #23619)
-
Fixed typo in help file for CHANGES_SINCE_LAST_BUILD
-
Added support of regex to replace/change the messages in CHANGES token (issue #23691)
-
Fixed issue that attached build log is not complete (issue #23660)
-
Added disable at the project level (issue #22154)
-
Added caching of the templates to improve performance
-
Added parameter to CHANGES tokens to allow user to show a specific message when there are no changes (issue #20324)
-
Added classpath support for the pre-send script (issue #21672)
-
Added SMTP timeout so that jobs won’t hang indefinitely
-
Added retry for ConnectionExceptions (issue #16181)
-
Added console output for template testing (issue #24063)
-
Added check for test failure age in regression trigger (issue #22041)
-
Added FailingTestSuspectsRecipientProvider
-
Switch to using getAction instead of getTestResultAction to work with newer versions of core.
-
Implemented new extension point for recipient providers (RecipientProvider) this changes the way that recipient types are added
-
There are no longer checkboxes for "Requestor" "Recipients" etc, each is provided by an implementation of a RecipientProvider
-
-
Fixed log zipping to remove annotations (issue #21180)
-
Added help information for TRIGGER_NAME token (issue #21912)
-
Added support for managed files using the Config File Provider plugin, prefix managed file name with "managed:"
-
Removed dependency on the Maven plugin
-
Added more help and updated help messages to be more clear (issue #20384)
-
Added bcc support (issue #21730)
-
Added showMessage parameter to FAILED_TESTS to allow turning off error messages
-
Cleaned up template to remove duplicate sections (issue #22592)
-
Added %a and %d for pathFormat parameter of the CHANGES_SINCE* tokens (issue #20692)
-
Added caching to the private macros to reduce time (issue #20078)
-
Marked the Config subclass Extensions as optional, so the plugin doesn’t cause issues if the Config File Provider plugin is not installed. (issue #21326)
-
Updated parent pom version to 1.532.1 LTS
-
Allow use of managed scripts for Jelly or Groovy content. Use prefix "managed:" before name of managed script (issue #18203)
-
Added new "Status Changed" trigger (thanks francois_ritaly)
-
Added fileNotFoundMessage to FILE token (issue #20325)
-
Added inline help for triggers that was missing (issue #20170)
-
Changed BuildStepMonitor.NONE to allow concurrent builds (thanks jglick) (issue #16376)** You must take care when using content or triggers that look at previous builds if you enable concurrent builds for your project
-
Added TRIGGER_NAME token so users can determine what trigger caused the email (issue #20265)
-
Changed to Mutlimap so that you can add multiple triggers of the same type and have them work correctly (issue #20524)
-
Fixed issue where pre-send script would get expanded and remain expanded (issue #20770)
-
Added First Unstable trigger
-
Added helper script for emailing Jive community (thanks Dan Barker)
-
Fixed issue with mismatch between form field name and what was parsed in the backend (issue #20133)
-
Fixed issue with NPE on 1.535 (thanks to agudian for the PR)
-
Added ability to customize the date format for the CHANGES_SINCE tokens (issue #20151)
-
Added help files for all the built-in triggers (issue #20170)
-
By default when you add the email-ext publisher, an Always trigger will be added (issue #20013)
-
Fixed issue with template project plugin based jobs and Jelly script content. (issue #20117)
-
If user doesn’t have a Mailer.UserProperty, just add the user id and see if the system can resolve it (issue #20215)
-
Fixed issue with newInstance method for EmailTrigger causing an exception on 1.536 (issue #20198)
-
Fixed issue introduced by new parameter parsing in global config (issue #20030)
-
Update descriptor usage in triggers
-
Fixed command line to not max out PermGen during testing
-
Refactored descriptor to follow recommended method
-
Added tests for global config default values
-
Updated to latest LTS for parent version
-
Updated exclusion list to be for full email list, not just committers
-
Fixed issue with email-ext not restoring values for some fields if no triggers were configured (issue #15442)
-
Fixed issue where the project could be null (issue #14338)
-
Started adding HtmlUnit tests for UI interaction and round trip testing
-
Added more debug for excluded committers feature
-
Reverted field name to includeCulprits
-
Fixed issue where PROJECT_DEFAULT_RECIPIENTS was being added to triggers (issue #19583)
-
Fixed issue that stopped users from being able to add triggers (issue #19585)
-
Fixed issue with triggers for matrix projects not saving the value correctly (issue #19291)
-
Added ability to set content type at the trigger level
-
Added back send to culprits
-
Fixed missing dependency for Mailer plugin in pom.xml
-
Added setting debug mode for JavaMail when debug mode for email-ext is set
-
Fix issue with matrix project (issue #19190)
-
Added "Fixed Unhealthy" trigger
-
Changed way that triggers work so that you can add multiple triggers of the same type
-
Changed triggers into extension points so that other plugins can provide email triggers
-
Migrated all tokens to use the Token Macro plugin
-
Fixed issue with using template testing with Jelly scripts (issue #18157)
-
General clean-up of sources to remove unused imports and so forth
-
Added JUnit report into groovy html template (thanks praagii)
-
Fixed issue with wrong StringUtils being imported thanks to NetBeans (issue #19089)
-
Fix issue with escaping tokens by using a more groovy like method (double dollar $$) (issue #18014)
-
Fix issue with metaClass for Script (thanks to Geoff Cummings for patch) (issue #17910)
-
Added ability to test Groovy and Jelly templates via a link on the project page. (issue #9594)
-
Refixed typo in email template.
-
Updated to latest LTS release for base (1.509.1)
-
Added global user exclusion list (issue #17503)
-
Added expansion of environment variable in the FILE token’s path argument (issue #16716)
-
Added trigger and triggered variables to pre-send script object model (issue #17577)
-
Added DEFAULT_PRESEND_SCRIPT token (issue #14508)
-
Added option to save the output of the generated email into the workspace (issue #13302)
-
Added new trigger for broken -> compiling state (17546)
-
Fixed default value for ReplyTo (issue #17733)
-
Turned off pretty-printing for the CssInliner (issue #17759)
-
Fixed token macro help in projects
-
Added additional Chinese translations
-
Improved help text for
BUILD_LOG_EXCERPT
token -
Added support for inlining CSS and images into emails
-
Fixed regression in attaching build log (issue #17296)
-
Fixed regression in 1st Failure Trigger (issue #17307)
-
Updated docs for Improvement trigger (issue #17074)
-
Fixed class loading inside Groovy templates (issue #16990))
-
Removed script that created and used template usage
-
Cleaned up unused files
-
Fix issue with matrix configurations (issue #17064)
-
Add 1st Failure and 2nd Failure Triggers
-
Re-added ability to use tokens in attachment areas
-
Allow a default string if regex match is not found for BUILD_LOG_REGEX (issue #16269)
-
Fixed message layout if attachments are present (issue #16281)
-
Added info to the help on using the CC: mechanism
-
Fixed an issue with regression triggers (issue #16404)
-
Added a single retry if a SocketException occurs, in case the network issue was temporary (issue #16181)
-
Fixed attaching build log from a trigger.
-
Made default send to lists less verbose for certain triggers (issue #8642)
-
Added support for personal portions of email addresses ("Some Name" <[email protected]>) including support for unicode
-
Added check of return values from SendFailedException (issue #16919)
-
Made it much easier to use content tokens from groovy templates (issue #16916)
-
Fixed a typo in the html template (issue #16975)
-
Fixed groovy html template when Maven artifacts cause an exception (issue #16983)
-
Include Jacoco output in the default Jelly HTML template.
-
Fixed test failures on Mac OS
-
Fixed issue with NullReferenceException if the file doesn’t exist for the FILE token (issue #15008)
-
Improved address resolution if the user is setup in the Jenkins system
-
Added a debug mode that will add extra log messages to the build log when enabled in the global config.
-
Updated to core 1.480
-
Added ability to add attachments at the trigger level (issue #13672)
-
Added option to attach the build log at either the project level, or at the trigger level (issue #13848)
-
Improved capture of failed email addresses (issue #16076)
-
Added ability to set Reply-To header value at global, project and trigger level. (issue #3324)* Added ability to set Reply-To header value at global, project and trigger level. (issue #3324)
-
Added parameter (maxLength) to FAILED_TESTS content token to allow truncating the test information. The maxLength is the number of KB allowed (issue #5949)* Added parameter (maxLength) to FAILED_TESTS content token to allow truncating the test information. The maxLength is the number of KB allowed (issue #5949)
-
Added ability to secure the pre-send script by adding a sandbox when enabled in the global config. (issue #15213)
-
Fixed a few tests which were erroring on Windows.
-
Fixed issue with very long token strings causing SOE (issue #14132)
-
Updated TEST_COUNTS token to include passing tests.
-
Fixed charset issue when using Jelly templates (issue #7997)
-
Allow nested content in JELLEY_SCRIPT tag (issue #14210)
-
Added onlyRegressions parameter to FAILED_TESTS token
-
Allow disable of newlines after each regex match (issue #14320)
-
Removed token macro error messages from logs (issue #9364)
-
Fixed issue when token-macro was older than expected (issue #14224)
-
Fixed changeset author issue with text template
-
Added new trigger for when a job first fails (issue #7859)
-
Allow specifying CC addresses (issue #6703)
-
Updated improvement trigger to only fire if there are failures, but less than previous build (issue #14500)
-
Added pre-send groovy script for modifying the MimeMessage and even cancelling the email altogether. (issue #12421)
-
Added support for the token-macro plugin (issue #9364)
-
Added try/catch around user email resolution (issue #13102)
-
Attachment file path now supports content tokens (issue #13563)
-
Fixed issues with tests causing OutOfMemory exception
-
Added
BUILD_LOG_MULTILINE_REGEX
that allows regexes to match even newlines
-
Fix issue with new drop down list for post-build (issue #13737)
-
Added a new jelly template that shows the static analysis results
-
Fix issue with hierarchical projects (see [Hierarchical+projects+support|])
-
Updated html_gmail.jelly file to updated fields
-
Updated maven pom to use repo.jenkins-ci.org repository
-
Added scripts for regenerating html.jelly for inline CSS styles
-
Fix issue with Jenkins URL overriding (issue #13242)
-
Fix groovy template for git usage (issue #13192)
-
Fix NPE that causes build to hang (issue #12577)
-
Reimplement default (global) recipient list
-
Fixed default suffix lookup (issue #11731)
-
Added JOB_DESCRIPTION token (issue #4100)
-
Added BUILD_ID token (issue #11895)
-
Groovy template now correctly determines SUCCESS and FAILURE (issue #13191)
-
CHANGES now allows nested content (issue #5376)
-
Fixed NRE when recipientList is not in the saved config (issue #12047)
-
Emails now send when one or more of the recipients is an invalid recipient (issue #9006)
-
Fixed issues with default recipients (issue #11665)
-
Add maximum size limit to ${FAILED_TESTS} (JENKINS-11413)
-
Added improvement and regression triggers
-
Added ${BUILD_LOG_EXCERPT} token (issue #10924)
-
Added emergency reroute option
-
Made compatible with LTS 1.424
-
Email to requester is now correct (issue #9160)
-
Fixed configuration with promoted builds (issue #10812)
-
Only include the stack trace if showStacks is true (issue #3430)
-
More flexible firing control for matrix projects (JENKINS-8590)
-
E-mail trigger for aborted and "not built" results (JENKINS-10990)
-
Allow email-ext to attach files to emails (JENKINS-9018).
-
Default Recipients list does not appear in Jenkins global settings(JENKINS-10783).
-
Email to requester uses wrong email address (JENKINS-9160).
-
Allow using Groovy (or other JSR223 languages) to generate the email content.
-
Added option for adding 'Precedence: bulk' header according to http://tools.ietf.org/search/rfc3834 to prevent out-of-office replies.
-
Improved the portability of the default Jelly templates across different SCM implementations (whereas previously some of the information was only displayed for Subversion)
-
Send the "still unstable" email rather than the "unstable" email, when the previous status was fail, and the status before that was unstable. (JENKINS-5411)
-
Fixed a bug where the html/text Jelly template fail to report the change log correctly for all SCMs but Subversion.
-
If an e-mail is supposed to be sent to the requester, follow the build triggering chain to find the root requester (JENKINS-7740)
-
Added an option to configure a List-ID header on emails.
This version requires Jenkins 1.396 or newer.
-
Added Charset option. (JENKINS-8011)
-
Added "hudson.plugins.emailext.ExtendedEmailPublisher.Content-Transfer-Encoding" system property to specify "Content-Transfer-Encoding".
-
-
Added "Requester" as possible mail destination (JENKINS-7740)
-
Need tokens to get failed tests count and total tests count, to put them in mail subject easy. (JENKINS-5936)
-
Introduce $JENKINS_URL and deprecated $HUDSON_URL.
-
i18n & l10n(ja)
-
Added a new content token "FILE" that includes a file from the workspace.
-
BUILD_LOG_REGEX Token:
-
Add escapeHtml - If true, escape HTML. Defaults to false.
-
Add matchedLineHtmlStyle - If non-null, output HTML. Matched lines will become
<b style="your-style-value">html escaped matched line</b>
. Defaults to null.
-
-
Prevent duplicate email notifications. (JENKINS-8071)
-
The showPaths argument was not working for CHANGES_SINCE_LAST_UNSTABLE and CHANGES_SINCE_LAST_SUCCESS. (issue #http://issues.jenkins-ci.org/browse/JENKINS-5486[5486])
-
Add support for custom Jelly script content (JELLY_SCRIPT) (issue #http://issues.jenkins-ci.org/browse/JENKINS-7514[7514])
This version requires Hudson 1.356 or newer.
-
Update BUILD_LOG_REGEX to properly handle console notes. (issue #http://issues.jenkins-ci.org/browse/JENKINS-7402[7402])
-
Fixed password being saved in plaintext. (issue #http://issues.jenkins-ci.org/browse/JENKINS-5816[5816])
-
Override "Hudson URL" only when "override global settings" is checked. (issue #http://issues.jenkins-ci.org/browse/JENKINS-6193[6193])
-
Add escapeHtml parameter to BUILD_LOG content for escaping HTML. Defaults to false for backwards compatibility. (issue #http://issues.jenkins-ci.org/browse/JENKINS-7397[7397])
-
New optional arg: ${BUILD_LOG_REGEX, regex, linesBefore, linesAfter, maxMatches, showTruncatedLines, substText} which allows substituting text for the matched regex. This is particularly useful when the text contains references to capture groups (i.e. $1, $2, etc.)
-
Fix invalid illegal email address exception (JENKINS-7057).
-
Add ${BUILD_LOG_REGEX, regex, linesBefore, linesAfter, maxMatches, showTruncatedLines} token.
-
Add token for build cause. (JENKINS-3166)
-
Add "changes since last unstable build" token. (JENKINS-6671)
-
Fix issue with node properties not being available for the $ENV token. (JENKINS-5465)
-
Recipient list can now use parameters. (JENKINS-6396)
-
Improve docs regarding use of quotes for string parameters. (JENKINS-5322)
-
Fix issue with adding a pre-build trigger using $BUILD_STATUS would make the build appear as if it was successful or fixed when the build hadn’t actually ran yet. (issue #953)
-
Fix NullPointerException when no root URL is configured. (issue #1771)
-
$CHANGES_SINCE_LAST_SUCCESS was not showing unstable or aborted builds in the list of changes since the last successful build. (issue #3519)
-
Fix bug in 2.3 release that broke saving project config changes if Promoted Builds plugin is not also installed. (JENKINS-5208)
-
Fix in overriding global email settings.
-
Fix to allow authentication without SSL.
-
Send emails as replies to previous ones for same project, as done in Hudson’s built-in emailer. (JENKINS-3089)
-
New "Before Build" trigger type. (JENKINS-4190)
-
Change the token handling to allow for passing of arguments, and allow arguments for the
BUILD_LOG
,CHANGES
, andCHANGES_SINCE_LAST_SUCCESS
tokens. (JENKINS-3085) -
Revamp the help. Now have help on each form element in the config. Rearranged help files hierarchially and deleted unused help.
-
Allow HTML content in emails. There is a global preference plus a per-project preference, which default to plain text.
-
When the emailer can not process an email address, it now prints to the builder output. (JENKINS-1529)
-
Allow use of any environment variable. (JENKINS-3605)
-
Add ability to re-use "global" settings (i.e. settings from the core Mailer configuration)
-
Add support for SVN_REVISION
-
Fix for email triggers with space in name. (JENKINS-3614)
-
Update code for more recent Hudson.
-
Fixed help links. (JENKINS-4566)
-
Compatibility with Promoted Builds Plugin.