Re: Jenkins reponds with Illegal Characters in Path when using nuget restore

2019-08-27 Thread Nef Rey
re the node's locale is set the same as the other nodes? > > On Tue, Aug 27, 2019, 11:35 Nef Rey > > wrote: > >> After further research, it happens with the last few releases of Jenkins >> 5.1.0, 5.2 and I believe the immediate before those 4.8.3 although not &

Re: Jenkins reponds with Illegal Characters in Path when using nuget restore

2019-08-27 Thread Nef Rey
:01 PM UTC-5, Nef Rey wrote: > > I'm having this weird problem in one of my nodes. > > I get "Illegal characters in path" after issuing the statement: > %WORKSPACE%\MySolutionFolder\SpecialFiles\nuget.exe restore "%WORKSPACE%\ > MySolutionFolder\C

Jenkins reponds with Illegal Characters in Path when using nuget restore

2019-08-26 Thread Nef Rey
I'm having this weird problem in one of my nodes. I get "Illegal characters in path" after issuing the statement: %WORKSPACE%\MySolutionFolder\SpecialFiles\nuget.exe restore "%WORKSPACE%\ MySolutionFolder\CyaCoreProj.sln" -configfile %WORKSPACE%\MySolutionFolder \SpecialFiles\Nuget.config or

Re: WebStart Slave-Agent misbehaving when launched via Windows Task Scheduler

2019-08-02 Thread Nef Rey
. And additionally I had to also specify the "Start in (optional)" option in the task so windows knows the path where to begin. On Tuesday, June 25, 2019 at 11:08:47 AM UTC-5, Nef Rey wrote: > > I have this very peculiar problem: When I launch the slave agent manually > by

WebStart Slave-Agent misbehaving when launched via Windows Task Scheduler

2019-06-25 Thread Nef Rey
I have this very peculiar problem: When I launch the slave agent manually by right clicking and select launch, everything works normally and tests can be executed on that node. However, when I launch the slave-agent via Windows Task Scheduler, Jenkins can see it and can launch tests on that nod

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
AM UTC-5, slide wrote: > > 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 > > wro

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
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:1

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

2019-06-10 Thread Nef Rey
I'm using a Windows10 installation of Jenkins 2.164.3. The configuration for VSTest.Console plugin is like below Test Files = C:\MyApp\bin\project.dll Test Name = /Tests:Test1 However I get the error: no files matching the pattern C:\MyApp\bin\project.dll. Have tried different things to no avai

myapp.exe closes when jenkins Windows batch process finishes

2016-12-24 Thread Nef Rey
I basically have a Jenkins slave In that slave I'm passing the following: net use g: \\mynetworkshare\tests g: launchexecutable.bat (I also pass the executable here rahter than a batch file and it does the same) net use g: /delete *

Re: Plugins not loading

2016-12-14 Thread Nef Rey
ttps://jenkins.io/ for the download links to the long term support > release. > > Mark Waite > > On Tue, Dec 13, 2016 at 3:04 PM Nef Rey > > wrote: > >> I have un-installed and re-installed Jenkins twice from scratch. >> >> I installed the MSBuild plugin and

Plugins not loading

2016-12-13 Thread Nef Rey
I have un-installed and re-installed Jenkins twice from scratch. I installed the MSBuild plugin and some others and Jenkins shows them as installed. The Jenkins service is restarted, but the plugins do not appear in System Configuration. Tried a reboot of the system and nothing. This is Jenki

Need info on Jenkins

2016-12-13 Thread Nef Rey
I'm new to Jenkins and would like some quick answers before I start digging. 1- I want to use Jenkins as a framework for testing our Windows Desktop applications (not web apps). Can I do so? I imagine I can. 2- I do not want to use Jenkins as a source versioning system. I just want to use it