You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scripts runs fine in remote-ssh-commands session. When scripts are done, the task should run to complete status.
Actual Behavior
When running a remote-ssh-commands task in one of our pipelines. The defined scripts have been executed as we can see from the log, however, the drone-ssh command won't exit thus causing the taskrun to timeout eventually. Hence causing the pipelinerun to fail.
Steps to Reproduce the Problem
Define some scripts to run using the remote-ssh-commands task
Additional Info
We have even switched using the latest tag for the drone-ssh docker image. Issue still the same.
I have modified the remote-ssh-commands yaml a bit to print some information after the drone-ssh finishes. But the message is never printed on the console.
Expected Behavior
Scripts runs fine in
remote-ssh-commands
session. When scripts are done, the task should run to complete status.Actual Behavior
When running a
remote-ssh-commands
task in one of our pipelines. The defined scripts have been executed as we can see from the log, however, thedrone-ssh
command won't exit thus causing the taskrun to timeout eventually. Hence causing the pipelinerun to fail.Steps to Reproduce the Problem
remote-ssh-commands
taskAdditional Info
We have even switched using the latest tag for the drone-ssh docker image. Issue still the same.
Our task definition in the pipeline:
I have modified the
remote-ssh-commands
yaml a bit to print some information after thedrone-ssh
finishes. But the message is never printed on the console.The text was updated successfully, but these errors were encountered: