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
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:
>>
>
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 workspa
>
> 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
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 expe
> On 03.02.2017, at 05:39, ssitaramasas...@gmail.com wrote:
>
> 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???
Windows batch scripts need to run on Windows nodes -- as you can see from the
workspace path
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