-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
Hello;
Im trying to execute a unix command over ssh via jenkins, but it doesn't work:
- Using Publish Over SSH Plugin.
- After Build Job is successful But the command Returns Nothing.
- Executing the same command in Putty returns the result.
Command executed :
Who -m
***************************************
Démarré par l'utilisateur ********
Building in workspace d:\Profiles\admin10303\.jenkins\jobs\TFJ\workspace
SSH: Connecting from host [*******]
SSH: Connecting with configuration [VM_Root_172.31.47.56] ...
SSH: EXEC: STDOUT/STDERR from command [who -m] ...
SSH: EXEC: completed after 401 ms
SSH: Disconnecting configuration [VM_Root_172.31.47.56] ...
SSH: Transferred 0 file(s)
executing script:
set -x
who -m
+ who -m
[SSH] exit-status: 0
Finished: SUCCESS