We have a case where there are multiple jobs using the same workspace. [Its a base clearcase dynamic view thing]
I'd like to have the build steps produce log files in ${WORKSPACE}/${JOB_NAME}/my_tool.out.txt
And have publishers (e.g. warnings parser, etc) look for ${JOB_NAME}/my_tool.out.txt
Is it possible to do something like this?