Flickering build (rake to build a .NET solution)
I have a build that is flickering. I'm using the rake runner to build a .NET solution using a set of tasks that I've written - http://my-svn.assembla.com/svn/nrws/trunk/rake_dotnet . I sometimes get a fail with a log like [1]. Other times I get a pass. Same agent is running the config. ...Why?
Please let me know if there's anything else you need?
I attached the msbuild.rb and flicker.txt (the full log) once I discovered that pre code tags here don't do what I expected and preserve newlines :(
Attachment(s):
flicker.txt
msbuild.rb
Please sign in to leave a comment.
Could this issue be related to the absence of VS on the build agent machine?
Thanks!
Hi Eugene - thanks, but that's not it; if it were, the build would fail consistently, instead of sometimes-pass, sometimes-fail.
How much build agents do you use for that build configuration?
There are three agents, all compatible with the config. The config has been, for whatever reason, running on only one agent. I can't reproduce the flicker on any of the agents, it seems to only happen via code being checked in.
Could you please enshure that all those flichers was on the same build agent.
Were there any chanages in software of the build agent?
Thanks!