stash could do not find relative path with './' prepend

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

XMLWordPrintable

      After changing to a specified Directory, stash do not find the files if the includes path has been prepend with ./
      Do not work:

      dir("D:\\publish\\") {
      	stash name: 'Setup-EXE', includes: './Setup/*'
      }
      

      Work like a charm:

      dir("D:\\publish\\") {
      	stash name: 'Setup-EXE', includes: 'Setup/*'
      }
      

      Regards, Éric.

            Assignee:
            Unassigned
            Reporter:
            Éric Louvard
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: