-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: selected-tests-executor-plugin
-
None
-
Environment: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".