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
ou 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 receiving emails from it

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

Re: After checkout from repositoy Jenkins will not start Windows batch command

2017-10-10 Thread niristotle okram
Without any logs, one cannot give you meaningful suggestions. What does the xcopy step says in the log? On Mon, Oct 9, 2017 at 4:48 AM 'S. G.' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > I am new to Jenkins. I started with one simple test: I created a > freestyle job on a slav

After checkout from repositoy Jenkins will not start Windows batch command

2017-10-09 Thread 'S. G.' via Jenkins Users
I am new to Jenkins. I started with one simple test: I created a freestyle job on a slave/node that checks out my sources from a repository and should does a Windows xcopy from the jenkins repository to a directory. The checkout works - all sources are pulled form the repository to the jenkins

Re: How to read environment variable from a node via jenkins windows batch command

2017-10-06 Thread Robert Hales
ng to work. On Friday, October 6, 2017 at 10:38:12 AM UTC-6, gurudatt SA wrote: > > Hi All, > > The code which is executing in the workstation is setting an System > variable. And i want to read the system variable from jenkins job - Windows > batch command during execution. > &

How to read environment variable from a node via jenkins windows batch command

2017-10-06 Thread Victor Martinez
How the agent is connected to the master? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion

How to read environment variable from a node via jenkins windows batch command

2017-10-06 Thread gurudatt SA
Hi All, The code which is executing in the workstation is setting an System variable. And i want to read the system variable from jenkins job - Windows batch command during execution. Is there a way to do this ? I have tried the classic way to read the system variable from command line

Re: Use of Execute Windows batch command step to trigger google chrome(or in general any app that can be triggered from command prompt)

2017-06-28 Thread Richard Bywater
2 Zed Kay wrote: > Hi, > > I have been trying to use the Execute Windows Batch Command step (as I > use Windows) in order to trigger a new chrome window from Jenkins. From > what I knew, if a something could be triggered from the command line, it > would work the same way from Je

Use of Execute Windows batch command step to trigger google chrome(or in general any app that can be triggered from command prompt)

2017-06-28 Thread Zed Kay
Hi, I have been trying to use the Execute Windows Batch Command step (as I use Windows) in order to trigger a new chrome window from Jenkins. From what I knew, if a something could be triggered from the command line, it would work the same way from Jenkins. The command that I put in the

Reuse at PostBuild Windows Batch Command Variables

2017-06-12 Thread Oparlescu Vlad
Dear Jenkins users, Is there any Jenkins class that can provide a method /field to retrieve the Jenkins Windows Batch Variables. I would need to retrieve the values of variables set at build Step and use them later in a PostBuild plugin. I would like to reuse the following values:

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 expe

Re: Problem with build step - Windows Batch Command

2017-02-02 Thread Daniel Beck
> 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

Problem with build step - Windows Batch Command

2017-02-02 Thread ssitaramasastri
r.start(ProcessBuilder.java:1029) ... 15 more Build step 'Execute Windows batch command' marked build as failure Finished: FAILURE Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

Re: Unable to execute a windows batch command in Jenkins Build

2016-10-04 Thread Kofi Boateng
I have updated the S drive thank you both (Slide and Jer). I need to explain that the reason why I have to call the executable this way by stating the drive letter is because the executable is a PeopleSoft Test Framework that I am calling to login to playback a recorded test script. So, moving

Re: Unable to execute a windows batch command in Jenkins Build

2016-10-04 Thread jerome
Like stated by slide, the drive is not accessible by Jenkins like most services doesn't see the same drive letter as user. I would recommend add crendential into Windows credential manager and use absolute machine path where the share is access: \\10.1.10.66\Share\MyPath You can also use the fo

Re: Unable to execute a windows batch command in Jenkins Build

2016-10-04 Thread Slide
Is Jenkins running as your user? If not, then it probably won't have access to S:\Users\Kofi.Boateng. You would probably want to put the log in the workspace of the job LOG="%WORKSPACE%\ptf_log2.txt" On Tue, Oct 4, 2016 at 6:55 AM Kofi Boateng wrote: > Hi, > > I have installed Jenkins on my wind

Unable to execute a windows batch command in Jenkins Build

2016-10-04 Thread Kofi Boateng
Hi, I have installed Jenkins on my windows E drive. I created a Jenkins job to run the following command. The command is to run a windows executable from my windows C drive. However, the status of the run is Failed. Any help to fix the failure would be much appreciated. call *"C:\Program Files

Any way to elevate permissions on windows batch command?

2016-08-03 Thread andrew.lucas
nkins to perform its "execute windows batch command" with elevated permissions? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Is it possible to run selenium test case as windows batch command in jenkin

2015-09-16 Thread Syamkumar Adapa
sions (web application). But my requirement is like how can I perform selenium .net test in Jenkins using windows batch command. If this is possible please let me know the steps, how can I run my selenium test for .net application with Jenkins Please let me know if you need any other information..

Re: doskey support in "Execute Windows batch command" option.

2015-04-12 Thread Richard Bywater
key: >> >> Problem is easily reproducible, >> >> *Script: foo.bat* >> ======== >> doskey d=dir >> >> === >> >> *Jenkins : Execute Windows batch command* >> >> ^

Re: doskey support in "Execute Windows batch command" option.

2015-04-11 Thread corneil.duples...@gmail.com
h sets a doskey for certain commands. >> >> Jenkins somehow is not able to recognize doskey: >> >> Problem is easily reproducible, >> >> *Script: foo.bat* >> ======== >> doskey d=dir >> >> === >> &g

Re: doskey support in "Execute Windows batch command" option.

2015-04-11 Thread Ankit Singhal
le, > > *Script: foo.bat* > > doskey d=dir > > ======= > > *Jenkins : Execute Windows batch command* > > ^ > > call foo.bat > d > > ^^^

doskey support in "Execute Windows batch command" option.

2015-04-10 Thread Ankit Singhal
Hi All We have build script which sets a doskey for certain commands. Jenkins somehow is not able to recognize doskey: Problem is easily reproducible, *Script: foo.bat* doskey d=dir === *Jenkins : Execute Windows batch command

Perl scrip not workling in Execute Windows Batch Command

2015-02-12 Thread Raghavendra Pise
Hi, I am configuring a job in Windows for java project. When I trigger a job in Jenkins its throwing an error. *'Cant open Perl script; No file or directory'* The same command is working in windows command prompt but its not working in Jenkins. C:\Program Files\Jenkins\workspace\1114 Minor

Re: "Execute Windows batch command" not executing

2014-06-26 Thread Notes Jonny
ult sounds like you are triggering another job to run as part > of this jobs execution. Are you doing this explicitly? > I'm pretty sure that .bat files are not the only thing supported by the run > windows batch command build step. My server doesn't call any...just straight >

Re: "Execute Windows batch command" not executing

2014-06-26 Thread Notes Jonny
Hi Daniel Thank you for your reply. I found the issue, added it to ticket here: https://issues.jenkins-ci.org/browse/JENKINS-23540 Essentially the "Build multi-configuration project" seems very unreliable. As soon as I changed to "Build a free-style software project" my builds started working

Re: "Execute Windows batch command" not executing

2014-06-25 Thread Daniel Beck
On 26.06.2014, at 00:35, Gavin Goodrich wrote: > default That's the default matrix/multi-project configuration name for the single existing sub-project if there are no axes defined. Compare the following two URLs to see the difference: Meta-job just triggering configuration builds: /job/(jo

Re: "Execute Windows batch command" not executing

2014-06-25 Thread Gavin Goodrich
Triggering default sounds like you are triggering another job to run as part of this jobs execution. Are you doing this explicitly? I'm pretty sure that .bat files are not the only thing supported by the run windows batch command build step. My server doesn't call any...just straig

Re: "Execute Windows batch command" not executing

2014-06-25 Thread jongmob
Also I wonder what "default" is, and what exactly it triggered.. Output seems really limited. Is there a verbose output option? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, s

"Execute Windows batch command" not executing

2014-06-25 Thread jongmob
Hello I created a multi-configuration project. I find that my commands are not executing always. Sometimes they do work sometimes they don't. I cannot understand why. Any ideas? I wonder if only "BAT" files are supported? although even if I just have 2nd command, still does not work 100% of th

Re: Windows batch command

2014-05-15 Thread Adrian Rusu
It's not quite so simple. I will explain again: so, in windows batch command i give a simple command to open an api: * "cd C:\Users\blabla\Documents\2.7\2.7.6\Py"* * api.exe -p COM3"* After this, i receive the following message in console output: *"Port: 'COM3&#

RE: Windows batch command

2014-05-15 Thread Ginga, Dick
: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Adrian Rusu Sent: Thursday, May 15, 2014 10:34 AM To: jenkinsci-users@googlegroups.com Subject: Re: Windows batch command It's not quite so simple. I will explain again: so, in windows batch command i g

What's the differences between windows batch command running within jenkins and local mode?

2014-05-14 Thread weirise
Hello,everybody, when using windows batch command mode in jenkins, I found that jenkins saying exit 0 at the end of result displaying on console,and thus being think of sucess。some deferences occurred,becuse after jenkins finined ,the process dispeared from task manager.however,when

Re: Windows batch command

2014-05-14 Thread Maciej Jaros
Adrian Rusu (2014-05-14 10:34): Hello all. I have a question regarding "Execute Windows batch command" field inside a job So, i'm trying to open an api client and give specific api commands after that. I can open the api client, it's an exe file, but after that the s

Windows batch command

2014-05-14 Thread Adrian Rusu
Hello all. I have a question regarding "Execute Windows batch command" field inside a job So, i'm trying to open an api client and give specific api commands after that. I can open the api client, it's an exe file, but after that the specific api commands that i give are

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread k . thieling
Running a jenkins windows batch command non-headless mode Nope, even when I'm logged on, it doesn't work. However I stopped the service and ran it directly via the command line. That in fact did work. A bit sloppy, but that's just the way windows is. Thanks for everyone

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread Mark Mikulec
l the slave as a service >>>> Go into services, right click on the slave service and go to properties >>>> Go to the "Log On" tab and check the box that says "Allow service to >>>> interact with desktop" >>>> >>>

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread Mark Mikulec
the "Log On" tab and check the box that says "Allow service to >>> interact with desktop" >>> >>> -- >>> *From: *"Eric Pyle" >>> *To: *jenkinsci-users@googlegroups.com >>> *Sent: *Thursday, May 1

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread Mark Mikulec
> *Sent: *Thursday, May 1, 2014 9:43:14 AM > *Subject: *Re: Running a jenkins windows batch command non-headless mode > > Since I'm using already a custom Jenkins local account, I do not have that > option. Which is why I'm confused that it doesn't work. Maybe its because

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread Scott Evans
ers@googlegroups.com > *Sent: *Thursday, May 1, 2014 9:43:14 AM > *Subject: *Re: Running a jenkins windows batch command non-headless mode > > Since I'm using already a custom Jenkins local account, I do not have that > option. Which is why I'm confused that it does

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread k . thieling
To: jenkinsci-users@googlegroups.com Sent: Thursday, May 1, 2014 9:43:14 AM Subject: Re: Running a jenkins windows batch command non-headless mode Since I'm using already a custom Jenkins local account, I do not have that option. Which is why I'm confused that it doesn't work. Ma

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread Mark Mikulec
> *Sent: *Thursday, May 1, 2014 7:18:13 AM > *Subject: *Re: Running a jenkins windows batch command non-headless mode > > People I know who've done this have run the Windows test machine as a JNLP > slave. > > Eric > > On 5/1/2014 8:14 AM, bluntcoder wrote: > > Hi

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread k . thieling
;Mark Mikulec" To: jenkinsci-users@googlegroups.com Sent: Thursday, May 1, 2014 7:58:02 AM Subject: Re: Running a jenkins windows batch command non-headless mode This is my main Jenkins box though. How will this affect all my other jobs? On May 1, 2014 8:31 AM, < k.thiel...@comcas

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread Mark Mikulec
k the box that says "Allow service to > interact with desktop" > > -- > *From: *"Eric Pyle" > *To: *jenkinsci-users@googlegroups.com > *Sent: *Thursday, May 1, 2014 7:18:13 AM > *Subject: *Re: Running a jenkins windows batch comma

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread k . thieling
le" To: jenkinsci-users@googlegroups.com Sent: Thursday, May 1, 2014 7:18:13 AM Subject: Re: Running a jenkins windows batch command non-headless mode People I know who've done this have run the Windows test machine as a JNLP slave. Eric On 5/1/2014 8:14 AM, bluntcoder wrote:

Re: Running a jenkins windows batch command non-headless mode

2014-05-01 Thread Eric Pyle
People I know who've done this have run the Windows test machine as a JNLP slave. Eric On 5/1/2014 8:14 AM, bluntcoder wrote: Hi there. Hopefully this is an easy answer. I have an automated test I'm trying to run that requires initialization of the graphics driver, and thus I need a window

Running a jenkins windows batch command non-headless mode

2014-05-01 Thread bluntcoder
Hi there. Hopefully this is an easy answer. I have an automated test I'm trying to run that requires initialization of the graphics driver, and thus I need a window to pop up in Windows. Is there anyway within a Jenkins project to make a command run it in interactive, on the desktop mode inste

Perforce root into execute windows batch command

2014-04-03 Thread Niksan
Is there anyway to get the root from a perforce workspace so that %WORKSPACE% in the windows batch command maps to it, as when you set it not to allow jenkins to create a workspace there's no way to tell where your source actually is. At the moment %WORKSPACE% is currently mapp

Re: Get return value from Powershell (Using windows batch command)

2014-03-11 Thread Daniel Beck
Use the 'Environment Injector' plugin. It allows you to load variable definition from a (Java .properties) file into the job environment. Example: -- First build step: Windows batch command: echo foo=bar > env.properties Second build step: Inject environment variables: Propert

Re: Get return value from Powershell (Using windows batch command)

2014-03-11 Thread Kake
name of the folder.. back from my > script. > > The script is executed using "windows batch command", i.e. > > set scriptpath=%SCRIPT_HOME%\stage.ps1 > powershell.exe "& {%scriptpath% -SOURCEFOLDERNAME %SourceFolderName% > -SOURCEPATH %SourcePath% -TAR

Get return value from Powershell (Using windows batch command)

2014-02-27 Thread Kake
Hi Using Jenkins to execute some scripts in a continuous integration task. I have a job who copies some files to a folder, the name of the folder is dynamically created. I wish to get the name of the folder.. back from my script. The script is executed using "windows batch command&

Re: Execute Windows batch command on a Win8 machine

2013-05-08 Thread Mishael Kim
groups.com] *On Behalf Of *Mishael Kim > *Sent:* Tuesday, May 07, 2013 4:35 PM > *To:* jenkinsci-users@googlegroups.com > *Subject:* Execute Windows batch command on a Win8 machine > > ** ** > > Hello, > > ** ** > > I'm using the Execute Windows batch comma

RE: Execute Windows batch command on a Win8 machine

2013-05-08 Thread Mandeville, Rob
shael Kim Sent: Tuesday, May 07, 2013 4:35 PM To: jenkinsci-users@googlegroups.com Subject: Execute Windows batch command on a Win8 machine Hello, I'm using the Execute Windows batch command build step on a Windows 8 machine, and I'm experiencing some execution behavior. It is consis

Execute Windows batch command on a Win8 machine

2013-05-07 Thread Mishael Kim
Hello, I'm using the Execute Windows batch command build step on a Windows 8 machine, and I'm experiencing some execution behavior. It is consistent with as if the commands were being called in the Command Prompt in normal mode as opposed to be run as an administrator. Just one

RE: how to make windows batch command shell continue run after start up another program.

2012-11-13 Thread ZHANG Xinchun A
half Of clintthomas Sent: Wednesday, November 14, 2012 5:33 AM To: jenkinsci-users@googlegroups.com Subject: Re: how to make windows batch command shell continue run after start up another program. I am dealing with a similar issue, did you ever get the answer/solution to this? -- View this

Re: how to make windows batch command shell continue run after start up another program.

2012-11-13 Thread clintthomas
I am dealing with a similar issue, did you ever get the answer/solution to this? -- View this message in context: http://jenkins.361315.n4.nabble.com/how-to-make-windows-batch-command-shell-continue-run-after-start-up-another-program-tp4635941p4646041.html Sent from the Jenkins users mailing

Re: NodeLabel plugin breaks Windows batch command build steps

2012-09-27 Thread domi
Glenn Coombs wrote: > Hi, > > I just downloaded version 1.2.1 of the Node and Label parameter plugin and it > seems to be breaking build steps which use the Windows batch command. I am > running version 1.480 of Jenkins. I created a new free-style job with a Node > param

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-10 Thread j.barrett strausser
PM, Sami Tikka wrote: > >> >> > >> >> This is just a wild guess because I do not use windows: Could it be > >> >> Jenkins aborts the build when it sees the "exit 2" ? > >> >> > >> >> For Linux and Mac versions of Je

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread Scott Evans
t;> >> >> >> For Linux and Mac versions of Jenkins it is a sign of failure when a >> >> build >> >> script exits with non-zero exit code. >> >> >> >> -- Sami >> >> >> >> bearrito kirjoitti 9.8.2012 kello

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread j.barrett strausser
r Linux and Mac versions of Jenkins it is a sign of failure when a > build > >> script exits with non-zero exit code. > >> > >> -- Sami > >> > >> bearrito kirjoitti 9.8.2012 kello > 20.59: > >> > >> Jenkins will randomly not execute ba

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread Scott Evans
>> >> -- Sami >> >> bearrito kirjoitti 9.8.2012 kello 20.59: >> >> Jenkins will randomly not execute batch files as part of the build. >> >> In the failing case I get a message like : >> >> 18:01:43 C:\JenkinsHome\Slave\workspace\Job1>e

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread j.barrett strausser
on-zero exit code. > > -- Sami > > bearrito kirjoitti 9.8.2012 kello 20.59: > > Jenkins will randomly not execute batch files as part of the build. > > In the failing case I get a message like : > > *18:01:43* C:\JenkinsHome\Slave\workspace\Job1>exit 2 *18:01:44* Build

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread Sami Tikka
ello 20.59: > Jenkins will randomly not execute batch files as part of the build. > > In the failing case I get a message like : > > 18:01:43 C:\JenkinsHome\Slave\workspace\Job1>exit 2 > 18:01:44 Build step 'Execute Windows batch command' marked build as failure > >

Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread bearrito
Jenkins will randomly not execute batch files as part of the build. In the failing case I get a message like : *18:01:43* C:\JenkinsHome\Slave\workspace\Job1>exit 2 *18:01:44* Build step 'Execute Windows batch command' marked build as failure In the successful case I get

Re: how to make windows batch command shell continue run after start up another program.

2012-07-25 Thread Sami Tikka
Maybe you can find help here: https://wiki.jenkins-ci.org/display/JENKINS/My+software+builds+on+my+computer+but+not+on+Jenkins -- Sami ZHANG Xinchun A kirjoitti 25.7.2012 kello 9.15: > Hello, > I’m recenetly working on integrate Jenkins to our test process. > But I got this problem. > > ech

how to make windows batch command shell continue run after start up another program.

2012-07-24 Thread ZHANG Xinchun A
Hello, I'm recenetly working on integrate Jenkins to our test process. But I got this problem. echo UTT_XML_FILE is %UTT_XML_FILE% C:\AlcatelLucent\CIS-RC\CIS-RC.exe D:\Jenkins\workspace\UTT_Auto_Execution\%UTT_XML_FILE% & echo "hello we are here" the up is my script in batch window. The second

Re: Hudson - Execute windows batch command problems

2012-05-10 Thread Jan Seidel
Hi Stan, you may be in a situation where your second batch requires it's own VM when spawning via Jenkins. I came across this once until now because I have made some weird stuff from Jenkins in operating system's admin context to access and modify services, access the device manager from cli an

Re: Hudson - Execute windows batch command problems

2012-05-09 Thread Jon Payne
On 08/05/2012 23:30, de...@cpt.com wrote: We are using winrs to remote shell from our Hudson instance to execute a command on a remote windows server. The first winrs command executes fine, the second winrs command never returns back to the Batch Command being executed by Hudson. I executed the

Re: Hudson - Execute windows batch command problems

2012-05-09 Thread Rajwinder Makkar
m > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of de...@cpt.com > Sent: Wednesday, 09 May, 2012 00:31 > To: Jenkins Users > Subject: Hudson - Execute windows batch command problems > > We are using winrs to remote shell from our Hudson instance to execute > a comman

RE: Hudson - Execute windows batch command problems

2012-05-08 Thread Vanlaeken, Eric
ings, Eric -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of de...@cpt.com Sent: Wednesday, 09 May, 2012 00:31 To: Jenkins Users Subject: Hudson - Execute windows batch command problems We are using winrs to remote shell from

Hudson - Execute windows batch command problems

2012-05-08 Thread de...@cpt.com
We are using winrs to remote shell from our Hudson instance to execute a command on a remote windows server. The first winrs command executes fine, the second winrs command never returns back to the Batch Command being executed by Hudson. I executed the bat file that Hudson created and all the co