|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

hi Jens,
but either PSEXEC or SCHTASK is waiting for some input.
there is no inputs.
the Jenkins is installed at server cibuilder and use the account builder to run tomcat with Jenkins. I used the account builder to login into the cibuilder server and use command "PSEXEC -accepteula
GPS68 SCHTASKS /QUERY /TN "\GOPP\SDT" | findstr "Disabled" " in cmd model . the command can end. at the same time i execute the bat which is generated by Jenkins . the bat file can execute normally .
but the jobs can't end with command "PSEXEC -accepteula
GPS68 SCHTASKS /QUERY /TN "\GOPP\SDT" | findstr "Disabled" " in the execute windows batch command.
Can you test ? the command and bat file can end normally .but the job can't using the same server and same account .
I used Jenkins to deploy C# code with more than 20 servers. It is impossible to install slave at every servers.