filexist('') return an incorrect result in windows machines

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      If you execute this code in a windows agent or master:

       

      node('master'){

         def test = fileExists ''

         echo test.toString()

      }

       

      The result is true while in linux machines the result is false.

      The result should be always false.

            Assignee:
            Andrew Bayer
            Reporter:
            Javier Raez
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: