controlbox2 / siren-of-shame

Automatically exported from code.google.com/p/siren-of-shame
0 stars 0 forks source link

Under CruiseControl.Net and Assembla repository "Checked In By" field is empty #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Register and upload source to assembla.com
2.Configure CC.Net Server for continuous integration with it
3.Add CI server to SoS
3.Configure you SoS account to syncronize with SoS leaders
3.Modify your code and commit to source repo in assembla firing CI
4.The field "Checked In By is empty" so never syncronize to SoS website leaders 
results.

What is the expected output? What do you see instead?
Checked In By field with your username
Syncronization with SoS leaders panel

What version of the product are you using? On what operating system?
1.6.2
Windows 7

If appropriate please provide a stack trace (see
http://sirenofshame.blogspot.com/2012/01/how-to-report-errors.html)

Please provide any additional information below.

Original issue reported on code.google.com by ferm...@gmail.com on 15 Aug 2012 at 2:09

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 8e1635037be0.

Original comment by lpric...@gmail.com on 17 Aug 2012 at 12:21

GoogleCodeExporter commented 9 years ago
Hey fermart,

Sadly CruiseControl.Net sucks for giving up build trigger info.  I researched 
this issue and even upgraded to the latest (1.8) and was able to determine that 
we can actually get the person that triggered the build, but only if it failed! 
 So it's now pulling author on build fail but not on success :(.  

Perhaps your setup is different.  Please take a look at 
http://[server]/ccnet/XmlStatusReport.aspx.  If you see any author info 
(probably in \project\messages) please post a sample xml file that's as close 
to real as possible and I'll build some unit tests around it and incorporate.  
Otherwise I'm afraid that's the best I can do.

I'll get these changes out into a 1.6.3 shortly.

p.s. I also was able to pick up the BuildId which we weren't doing previously.

Original comment by lpric...@gmail.com on 17 Aug 2012 at 12:29

GoogleCodeExporter commented 9 years ago
Ok, the fix is in 1.6.4. Please let me know how it works: 
http://code.google.com/p/siren-of-shame/downloads/detail?name=SirenOfShame-1.6-4
.msi

Original comment by lpric...@gmail.com on 24 Aug 2012 at 6:51