I have a Jenkins job that creates a cppcheck XML report. I need to publish this report into Jenkins.
This works:
This does NOT work:
So it seems to me that Jenkins is not correctly expanding environment variables in that specific case. Any idea what I should do?