Hi Daniel Thank you for your reply.
I found the issue, added it to ticket here: https://issues.jenkins-ci.org/browse/JENKINS-23540 Essentially the "Build multi-configuration project" seems very unreliable. As soon as I changed to "Build a free-style software project" my builds started working. Its a shame that multi-configuration is not stable.. also I saw that it does a dup checkout of whole repository, with another copy in a "default" subfolder. Perhaps I am not understanding multi-build though.. I only need to run on a single computer. Regards, Jon On Thu, Jun 26, 2014 at 1:02 AM, Daniel Beck <[email protected]> wrote: > > On 26.06.2014, at 00:35, Gavin Goodrich <[email protected]> wrote: > >> default > > That's the default matrix/multi-project configuration name for the single > existing sub-project if there are no axes defined. > > Compare the following two URLs to see the difference: > > Meta-job just triggering configuration builds: > /job/(jobname)/(buildnumber)/console > 'default' configuration build with actual output: > /job/(jobname)/default/(buildnumber)/console > > -- > You received this message because you are subscribed to a topic in the Google > Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/CNM84SYPNqQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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]. For more options, visit https://groups.google.com/d/optout.
