Hi,
I am trying to run a command on a remote (Windows) server using
"PSEXEC". But the job hangs when it runs the "Steps to run after mvn
build" using the Maven 2 extra build steps plug-in.
:
:
D:\Program Files (x86)\Jenkins\workspace\My Project Dev Build>d:
\pstools\psexec \\remoteserver -u domain\ci_user -p "xxxxxxxx" -w d:
\cms\tomcat "d:\cms\tomcat\shutdown.bat >>console.log 2>&1"
PsExec v1.98 - Execute processes remotely
Copyright (C) 2001-2010 Mark Russinovich
Sysinternals -
www.sysinternals.com
Then hangs forever.
Any idea of suggestions to resolve this issue?
Thanks a lot!
Alex