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

Files are rewritten when passing into a separate slave

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • pipeline
    • None

      File on the slave that checkout directly from source code has a relative path like this:

          <ROW File="foo.exe" Component_="foo.exe" FileName="FOO.EXE|foo.exe" Attributes="0" SourcePath="..\..\..\OutputDir\foo.exe" SelfReg="false" DigSign="true"/>
      

      When being passed through to an another agent, the relative path highlighted above was rewritten to:

          <ROW File="foo.exe" Component_="foo.exe" FileName="FOO.EXE|foo.exe" Attributes="0" SourcePath="..\..\..\..\OutputDir\foo.exe" SelfReg="false" DigSign="true"/>

       

            Unassigned Unassigned
            pokman0742 Pok Lau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: