Email notifications could still include build stats when includeBuildResult is
false
------------------------------------------------------------------------------------
Key: CONTINUUM-409
URL: http://jira.codehaus.org/browse/CONTINUUM-409
Project: Continuum
Type: Wish
Versions: 1.0
Reporter: David Blevins
I really like the "Build statistics" and "Changes" sections continuum creates
in the emails and definitely want them in every email. It's really just the
section that contains the output generated from the build itself that I don't
want as that will consistently be several megs of text for our project.
Basically, I assumed 'includeBuildResults=false' would just exclude out
everything after these lines
****************************************************************************
Output:
****************************************************************************
I really don't care what the option is called as long as I can get an email as
described.
Maybe you want to do something like this
<includeBuildStatistics>true</includeBuildStatistics>
<includeChanges>true</includeChanges>
<includeBuildOutput>false</includeBuildOutput>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira