|
David Z created JENKINS-12289:
--------------------------------- Summary: Multi-line commit messages should be configurable to appear in Email-Ext build change notifications Key: JENKINS-12289 URL: https://issues.jenkins-ci.org/browse/JENKINS-12289 Project: Jenkins Issue Type: New Feature Components: changelog-history, git Environment: 1.443 Jenkins 1.1.14 Git plugin Reporter: David Z Assignee: Alan Harder Priority: Minor If a commit message has a newline, users can't see the contents beyond the first line in email notifications. It would be nice to show more than a single line. This also affects the Status page in the Changes section in addition to the email notifications from the email-ext plugin. I use the git plugin. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-12289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Harder updated JENKINS-12289: ---------------------------------- Assignee: (was: Alan Harder) Component/s: core email-ext (was: changelog-history) Not related to changelog-history plugin. > Multi-line commit messages should be configurable to appear in Email-Ext build change notifications > --------------------------------------------------------------------------------------------------- > > Key: JENKINS-12289 > URL: https://issues.jenkins-ci.org/browse/JENKINS-12289 > Project: Jenkins > Issue Type: New Feature > Components: core, email-ext, git > Environment: 1.443 Jenkins > 1.1.14 Git plugin > Reporter: David Z > Priority: Minor > > If a commit message has a newline, users can't see the contents beyond the first line in email notifications. It would be nice to show more than a single line. This also affects the Status page in the Changes section in addition to the email notifications from the email-ext plugin. > I use the git plugin. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-12289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=158606#comment-158606 ] Slide-O-Mix commented on JENKINS-12289: --------------------------------------- This should be doable using the jelly templates or script content token. > Multi-line commit messages should be configurable to appear in Email-Ext build change notifications > --------------------------------------------------------------------------------------------------- > > Key: JENKINS-12289 > URL: https://issues.jenkins-ci.org/browse/JENKINS-12289 > Project: Jenkins > Issue Type: New Feature > Components: core, email-ext, git > Environment: 1.443 Jenkins > 1.1.14 Git plugin > Reporter: David Z > Priority: Minor > > If a commit message has a newline, users can't see the contents beyond the first line in email notifications. It would be nice to show more than a single line. This also affects the Status page in the Changes section in addition to the email notifications from the email-ext plugin. > I use the git plugin. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
| Powered by Nabble | Edit this page |

This is doable using the jelly and groovy scripting methods. It should also be doable by using <pre></pre> around the content token in whatever template you are using.