0

I have a Jenkins job that creates a cppcheck XML report. I need to publish this report into Jenkins.

This works: enter image description here

This does NOT work: enter image description here

So it seems to me that Jenkins is not correctly expanding environment variables in that specific case. Any idea what I should do?

Korchkidu
  • 4,908
  • 8
  • 49
  • 69
  • Did you solve this issue currently? As this still is an issue. – Samuel Jun 25 '14 at 11:31
  • No, I didn't. Jenkins is pretty messy in practice so I decided to move to another solution. – Korchkidu Jul 11 '14 at 09:44
  • What solution? Always thankful for new stuff :) – Samuel Jul 11 '14 at 12:41
  • File a Bug here https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?mode=hide&reset=true&jqlQuery=project+%3D+JENKINS+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+component+%3D+%27cppcheck%27 – x29a Oct 09 '14 at 11:18

1 Answers1

0

Its a little late, but if you were using pipelines and had Lightweight checkout selected, your variables will NOT expand...

tdensmore
  • 667
  • 1
  • 6
  • 19