Are you running the Log Parser plugin? Are the tests/PowerShell the last step before the parser? Is the log output large?
I had a similar situation where it looked like XCode was hanging the build doing nothing, when it was actually the log parser running, but since it doesn't generate any output when it starts, it looks like whatever the previous build step is is blocking the job. When you say you're running it on the command line and it's fine, is that running it on the same node, or on your personal machine? Tim On Thursday, October 15, 2015 at 8:56:16 AM UTC-7, Kyle Howard wrote: > > I’m using Jenkins with TFS and MSBuild, and we’re using Nunit for testing. > > > > I’ve written a Powershell script to find unit test DLLS then pass them to > the nunit-console command one at a time. We’re running only about 50 > tests, and this is working just fine when I run the PS script at a command > line. The average time to finish all of the tests is about 30 seconds. > > > > When I add the Powershell plugin into Jenkins and have Jenkins run the > same script, nunit reports the exact same 30 seconds for running the tests, > but Jenkins seems to hang for almost exactly 5 minutes during the test > phase of the build, this triples our build time and is causing my devs to > get grumpy. > > > > Has anybody run into this before? I don’t feel like I’m doing anything > special here… > > > > *Kyle Howard* > > *Gila LLC* > > *m: 512-294-1067* > > Configuration Manager > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/75760984-7c61-4d96-a567-89748577f988%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
