[
https://issues.jenkins-ci.org/browse/JENKINS-13192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161062#comment-161062
]
SCM/JIRA link daemon commented on JENKINS-13192:
------------------------------------------------
Code changed in jenkins
User: Larry Cai
Path:
src/main/resources/hudson/plugins/emailext/templates/groovy-html.template
http://jenkins-ci.org/commit/email-ext-plugin/4c16db3144bd23fcacbc3f12ebd8611eddfc9f3c
Log:
Fix JENKINS-13192
- husdonUser doesn't exist, use author directly
- changeNumber doesn't exist, add check whether the property exist, otherwise
show space
- msgAnnotated doesn't exist for it, change to cs
all those parameters need to check in ChangeLogSet or inherited class
> groovy template meets error when there are git changes
> ------------------------------------------------------
>
> Key: JENKINS-13192
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13192
> Project: Jenkins
> Issue Type: Bug
> Components: email-ext
> Environment: ubuntu 11.10/openjdk/jenkins1.452/git
> Reporter: Larry Cai
> Priority: Minor
>
> groovy template had some errors for html/txt report when it has git changes,
> I didn't check for svn/cvs
> Following varible doesn't recognize inside groovy
> - cs.hudsonUser (no husdonUser for changeSet class, it just error instead of
> return nil)
> - cs.changeNumber (does it work for cvs or svn ?)
> Since I don't know the background and other environment (cvs/svn), I can't
> provide complete patch
> rgs/larry
--
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