|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I think the exception may be unrelated to the (non-) execution of the build script. I get an Exception in hudson.model.Run.setResult after every single job I run:
Mar 11, 2013 8:05:22 AM hudson.model.Run execute
INFO: test-fingerprints-1 #4 main build action completed: SUCCESS
Mar 11, 2013 8:05:22 AM hudson.model.Run
FINE: test-fingerprints-1 #4 : result is set to SUCCESS
java.lang.Exception
at hudson.model.Run.setResult(Run.java:387)
at hudson.model.Run.execute(Run.java:1557)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Any ideas of what could be the problem?
(Ubuntu 1.04.3 x86, Jenkins 1.500, Sun Java 1.6)