Can I use postBuildResult to post externally generated build result to a multi-configuration project? If so, how do I select the correct axis configuration? (I'm running Windows)
* I tried to include the axis (cpu, flavour, module): Z:\>curl -X POST -d "<run><log encoding=hexBinary>4142430A</ log><result>0</result><duration>2 000</duration></run>" http://localhost:8080/job/modules-branches/cpu=ARM,flavour=debug,module=ThisThat/postBuildResult --> But that gave as error: <html><head><title>Error 404</title></head><body bgcolor="#ffffff"><h1>Status Code: 404</h1>Exception: <br>Stacktrace: <pre>(none) </pre><br><hr size="1" width="90%"><i>Generated by Winstone Servlet Engine v0.9.10 at Wed Feb 08 15:24:23 CET 2012</i></body></html> * I also tried it without any axis: Z:\>curl -X POST -d "<run><log encoding=hexBinary>4142430A</ log><result>0</result><duration>2 000</duration></run>" http://localhost:8080/job/modules-branches/postBuildResult --> But that gave the same error: <html><head><title>Error 404</title></head><body bgcolor="#ffffff"><h1>Status Code: 404</h1>Exception: <br>Stacktrace: <pre>(none) </pre><br><hr size="1" width="90%"><i>Generated by Winstone Servlet Engine v0.9.10 at Wed Feb 08 15:24:47 CET 2012</i></body></html> Any ideas?
