Re: Windows - 'newman' is not recognized as an internal or external command

2018-11-17 Thread Tejkumar Kempaiah
On Saturday, January 6, 2018 at 6:20:31 PM UTC+5:30, Nir Tal wrote: > > Hi all, > tried to run a newman API test on my windows 10 > from cmd it works well > but when i run it from jenkins > it is not recognized > > try to add it to jenkins path > like: >

Re: Windows - 'newman' is not recognized as an internal or external command

2018-04-19 Thread alexgordonchr
Achi, any solution to this issue?> On Sunday, January 7, 2018 at 9:02:57 AM UTC-6, Nir Tal wrote: > > Hi all, > tried to run a newman API test on my windows 10 > from cmd it works well > but when i run it from jenkins > it is not recognized > > try to add it to jenkins path > like: >

Windows - 'newman' is not recognized as an internal or external command

2018-01-07 Thread Nir Tal
Sender: jenkinsci-users@googlegroups.com On-Behalf-Of: nirt...@gmail.com Subject: Windows - 'newman' is not recognized as an internal or external command Message-Id: Recipient: andrew.h...@nab.com.au The information contained in this email

Re: Windows - 'newman' is not recognized as an internal or external command

2018-01-06 Thread Slide
Is Jenkins running as the same user you are running the command as? If you are running Jenkins as a service, then it usually is running under a system account. You can modify which user the service runs as in the service settings. On Sat, Jan 6, 2018 at 5:50 AM Nir Tal wrote:

Windows - 'newman' is not recognized as an internal or external command

2018-01-06 Thread Nir Tal
Hi all, tried to run a newman API test on my windows 10 from cmd it works well but when i run it from jenkins it is not recognized try to add it to jenkins path like: %AppData%\npm\node_modules\newman\bin\ or %AppData%\npm\node_modules but still not recognized please help. -- You