Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-29398

Cannot specify $JENKINS_HOME in Properties File Path

      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

          M Chon created issue -
          M Chon made changes -
          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.
          M Chon made changes -
          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".
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 164273 ] New: JNJira + In-Review [ 181575 ]

            Unassigned Unassigned
            mcsf M Chon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: