Welcome to the Jazz Community Forum
Using remsh in a BuildForge step exits prematurely

Having trouble using remsh in a Build Forge step.
Example:
------------------------------------------------------
remsh myserver -l me "ls -l" # works
remsh myserver -l me "ls -l" # does not work
------------------------------------------------------
Only the first command works. Wondering why the step "passes" and exitss but does not finish.
The same commands work at the command line.
thanks,
Example:
------------------------------------------------------
remsh myserver -l me "ls -l" # works
remsh myserver -l me "ls -l" # does not work
------------------------------------------------------
Only the first command works. Wondering why the step "passes" and exitss but does not finish.
The same commands work at the command line.
thanks,
4 answers

Having trouble using remsh in a Build Forge step.
Example:
------------------------------------------------------
remsh myserver -l me "ls -l" # works
remsh myserver -l me "ls -l" # does not work
------------------------------------------------------
Only the first command works. Wondering why the step "passes" and exitss but does not finish.
The same commands work at the command line.
thanks,
Hi,
Do you have any log filters assigned to the step?
Brent Ulbricht
RTC Build Lead

No log filters ... might that be of help? The BF job shows as if it just exists, no errors.
thank you,
Hi,
I was curious about log filters because if they are in use, then the exit code will not be used to determine whether the step passed or failed. Would putting those statements in two different steps work? If one relies on the other, then that probably isn't an option though.
Brent Ulbricht
RTC Build Lead