You can use wildcards (ant pattern) I think (**/*.log) if  you know the
extension. or *.* if you need all the files.

If both wont work, then you better move the logs to a separate folder (or
zip it) during the build process and use that for archiving.


On Tue, Jan 21, 2014 at 4:15 PM, Moddy Ʈe'eni <moddyf...@gmail.com> wrote:

> You mean using Archive the artifacts? I can't do that. There are
> potentially hundreds of such files, and I don't know their names beforehand.
>
> Moddy
>
>
> On Tue, Jan 21, 2014 at 9:07 PM, Maciej Jaros <mac...@mol.com.pl> wrote:
>
>>  Moddy Ʈe'eni (2014-01-21 09:13):
>>
>> My testing job (Maven/TestNG) creates logs for failed tests. Is there a
>> way to view these logs using jenkins' http server? Currently I have to
>> login into the machine and/or copy files with FTP.
>>
>> My files are under the workspace directory, but I can write them
>> somewhere else if it makes things easier.
>>
>>
>> They should be downloadable if you mark them as artificats in post build
>> step.
>>
>> Cheers,
>> Nux.
>>
>> --
>> 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/gKQIvcAP9_s/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> jenkinsci-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to