-
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".
[JENKINS-29398] Cannot specify $JENKINS_HOME in Properties File Path
Description | Original: 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. |
New:
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. |
Description |
Original:
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. |
New:
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". |
Workflow | Original: JNJira [ 164273 ] | New: JNJira + In-Review [ 181575 ] |