Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Core system
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Without a build number (and a sub-build number for failures - or repeat attempts) matching an email to a generated failure report is extremely difficult. For example, when using a ant project a with the junit-report tag, junit generates a complete listing of all failed unit tests per test run. With out a build number, matching a generated junit-report to a notification email is very difficult.
(I had originally posted this message to CONTINUUM-USERS)
I'm using the ant builder, and when I get a message saying a build failed or passed, I don't get the build number...
I do get this,
Online report : http://8jlnx:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/129
Build statistics:
State: Failed
Previous State: Failed
Started at: Thu, 19 Jan 2006 16:01:27 -0500
Finished at: Thu, 19 Jan 2006 16:07:10 -0500
Total time: 5m 42s
Build Trigger: Forced
Exit code: 1
Building machine hostname: buildhost
Operating system : Linux(unknown)
Java version : 1.4.2_09(Sun Microsystems Inc.)
But this happens to be build #13. Actually, I would like to also know the build number in ANT so that resulting dist can be stored somewhere with the build number in it. So can I get the build number into the email (ideally into the Subject line) and the Ant script?
Thanks
-bob