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

Issue - Passing File path in String parameter in Jenkins to Nolio

      Hi Team,

      I have one process in Nolio and want to use Jenkins to trigger that process. My Nolio process accepts two parameter 1) Source file path 2) Destination file path

      I have created build in Jenkins which connects to Nolio and trigger the process by feeding the parameters
      Issue here is, whenever I am trying to pass file path in string parameter in Jenkins, It ignores the forward slash

      e.g
      If I pass "\\SERVER1\DEVAPP\Reports.txt" as source and "\\SERVER2\UATAPP\Reports.txt"
      as destination then Jenkins feeds below value to Nolio
      "\SERVER1DEVAPPReports.txt" as source and "\SERVER2UATAPPReports.txt"

      See attached file and please suggest

          [JENKINS-29551] Issue - Passing File path in String parameter in Jenkins to Nolio

          Rupin R Nath added a comment -

          Do you meant backward slash ?, anyway I have tried in Jenkins ver. 2.13 and issue is not reproducible.

          I had a String Parameter TSP
          During build I have assigned \\SERVER1\DEVAPP\Reports.txt as the value.

          Output echo ${TSP}
          \\SERVER1\DEVAPP\Reports.txt

          Rupin R Nath added a comment - Do you meant backward slash ?, anyway I have tried in Jenkins ver. 2.13 and issue is not reproducible. I had a String Parameter TSP During build I have assigned \\SERVER1\DEVAPP\Reports.txt as the value. Output echo ${TSP} \\SERVER1\DEVAPP\Reports.txt

          Oleg Nenashev added a comment -

          Closing according to the feedback from rupinr && due to the missing response from the requester.

          Oleg Nenashev added a comment - Closing according to the feedback from rupinr && due to the missing response from the requester.

            Unassigned Unassigned
            rdburmon RD Burmon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: