|
||||||||
|
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/d/optout.

Hi Jens
Thank you for your reply.
I had a breakthrough, found this website where someone else had the same problem:
http://stackoverflow.com/questions/13756215/jenkins-console-output-is-virtually-empty
So when I used "Build multi-configuration project" it did not work reliably
Since I changed to "Build a free-style software project" my builds work reliably. e.g. builds run once (rather than duplicate), output is present (rather than missing).
It is straight forward to reproduce on Windows7. Could I ask you to try:
1) Install latest Jenkins
2) Create multi-configuration project
3) add a build step like mine "@echo test"
4) add svn checkout.
5) Run