Re: Problem with build step - Windows Batch Command

2022-12-29 Thread 'Nikolay Sorokin' via Jenkins Users
You cannot run Windows scripts in Linux system and vice versa - the only solution is to use appropriate shell as conditional step. Regards On Thursday, December 29, 2022 at 4:31:45 PM UTC+3 kirillo...@gmail.com wrote: > Hello! I'm having the same issue > Could you describe how you resolve the

Re: Problem with build step - Windows Batch Command

2022-12-29 Thread Kirill Orlov
Hello! I'm having the same issue Could you describe how you resolve the issue pls ? пятница, 3 февраля 2017 г. в 23:33:41 UTC+3, ssitara...@gmail.com: > Hi, > > I got you. Thank you so much for your help. > > Sitaram. > > > On Friday, February 3, 2017 at 1:51:18 AM UTC-6, Daniel Beck wrote: >>

Re: Problem with build step - Windows Batch Command

2018-10-30 Thread Jorge Nuñez
You have to looking in your Jenkins Job if you´r using any step for "windows" and change it to a "shell" El miércoles, 20 de diciembre de 2017, 13:16:13 (UTC-3), vikash singh escribió: > > I am facing the same problem. >> >> Can you tell me how did you resolve it.? > How can i change the

Re: Problem with build step - Windows Batch Command

2017-12-20 Thread vikash singh
> > I am facing the same problem. > > Can you tell me how did you resolve it.? How can i change the workspace to run windows batch command.? > >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Problem with build step - Windows Batch Command

2017-02-03 Thread ssitaramasastri
Hi, I got you. Thank you so much for your help. Sitaram. On Friday, February 3, 2017 at 1:51:18 AM UTC-6, Daniel Beck wrote: > > > > On 03.02.2017, at 05:39, ssitara...@gmail.com wrote: > > > > I gave a basic command echo "Hello" but I am getting the following > error... I believe it is

Problem with build step - Windows Batch Command

2017-02-02 Thread ssitaramasastri
Hi I have setup Jenkins in Docker and am able to run some ANT script, I now have to run some 'windows batch script'. I gave a basic command echo "Hello" but I am getting the following error... I believe it is expecting cmd.exe to be in my work space??? Can some one please help me resolve this