Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
1.9
-
None
Description
Current Situation
When starting the JobScheduler Universal Agent with the JITL SSH Job, the agents starts but the job does not terminate.
Desired Behaviour
When starting the JobScheduler Universal Agent with the JITL SSH Job, the job should terminate.
Example Job
<job title="Launch remote commands or executable files by SSH" order="no" > <params > <param name="host" value="192.xx.0.xxx"/> <param name="user" value="test"/> <param name="password" value="***********"/> <param name="command" value="/home/test/jobscheduler_agent/bin/jobscheduler_agent.sh start"/> <param name="auth_method" value="password"/> <param name="create_environment_variables" value="false"/> </params> <script language="java" java_class="sos.scheduler.job.SOSSSHJob2JSAdapter"/> <run_time /> </job>