hi, thanks for the hint, but i think that plugin just copies from the slaves to the master? how to use that to copy e.g. the html rendered by xunit to another directory?
On 5 November 2014 10:57, kgiloo <[email protected]> wrote: > Hello, > have you tried > https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin > ? > BR > > > > On Tuesday, November 4, 2014 1:39:56 PM UTC+1, [email protected] wrote: >> >> (sorry, i copied this question from stackoverflow, it seems it will not >> get answer there, so this is >> probably the better place for this question) >> >> >> we started using jenkins to build our cmake c++ project. now the jenkins >> server is in the intranet without any connection to the outside world, >> except for some 'narrow tunnel', where we can pass files. we need >> 'outsiders' to access some of the jenkins report, namely a report that >> includes warnings and/or errors of the build, test results etc. as the >> jenkins server is intranet, we need to produce ideally some html pages we >> can just via the 'narrow tunnel' on a normal webpage in the internet. >> >> is there any plugin that roughly makes that easy? if i see that >> correctly, we could somehow manually parse the console output via log >> parser, try to assemble a webpage that contains the warnings and the test >> results, but then how do i get this information into a html file that can >> be viewed without jenkins? >> >> sorry, i am completely confused, as there are dozens of plugins, and i >> seem to miss the right one/combination. >> >> obviously we would want to avoid writing a plugin or do extensive >> configuration-hacking. >> >> is there anything that can help in the above situation? >> >> >> >> -- > 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/o3vlzszZ19w/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.
