-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Ubuntu 14.04
Jenkins 1.609.1
I tried defining a Properties File Path of
"${JENKINS_HOME}/my_tests.json"
and the plugin would not correctly read the file.
I had to replace
"${JENKINS_HOME}"
with the hard-coded path
"/var/lib/jenkins".