Hello

I have a multiconfig project where I run an additional code checker after 
compiling.
The output from this tool is saved in a file. The problem is now that the 
parser
needs a file path where I can't use the config variable. So it's not 
possible to
use

path\to\%CONFIG%_file.log  or  %CONFIG%\logfile.log

However if I name the output always the same and put it
outside the %CONFIG% folder then one file (config) overwrites
the others (configs).

Is there a solution to this? How do other people handle multiconfig jobs
with file output and parsers?

Thanks

bye  Fabi

-- 
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