Re: no files matching the pattern C:\MyApp\bin\project.dll ERROR: no files matching the pattern C:\MyApp\bin\project.dll

2019-06-11 Thread Nef Rey
Tried that too. No go. I found other blogs about the same thing and the answer seems to be use batch commands. Those blogs were for old revisions so I figured that perhaps this was fixed by now. Perhaps it was fixed some time ago and is now broke again. On Tuesday, June 11, 2019 at 9:17:00

Re: no files matching the pattern C:\MyApp\bin\project.dll ERROR: no files matching the pattern C:\MyApp\bin\project.dll

2019-06-11 Thread Slide
You could copy the files into the workspace from the location they are currently in. Most Jenkins plugins will only act on things under the workspace for good reasons (security for one). On Tue, Jun 11, 2019 at 7:13 AM Nef Rey wrote: > That would be a bummer... The files that I need to access

Re: no files matching the pattern C:\MyApp\bin\project.dll ERROR: no files matching the pattern C:\MyApp\bin\project.dll

2019-06-11 Thread Nef Rey
That would be a bummer... The files that I need to access are not in the workspace (its complicated). They are moved to another folder. I'm using the batch command for now, but wish I could use the plugin. On Tuesday, June 11, 2019 at 3:52:53 AM UTC-5, Richard Bywater wrote: > > Pure guess

Re: no files matching the pattern C:\MyApp\bin\project.dll ERROR: no files matching the pattern C:\MyApp\bin\project.dll

2019-06-11 Thread Richard Bywater
Pure guess without looking at the plugin code or ever having used the plugin but I'm guessing Test Files need to be specified as a relative path within the workspace rather than an arbitrary file somewhere else on the disk. Richard. On Tue, 11 Jun 2019 at 05:13, Nef Rey wrote: > I'm using a