How to rerun a job with SSH

Debugging Jobs With SSH

To help debug issues with jobs you are able to rerun a job with an SSH session.

The Rerun job with SSH feature is intended for debugging purposes.

When using the feature a new job will be created inside of the same pipeline as the original job but it will include a new job named Enable SSH within this job you will see the connection information.

The steps to use the feature are below:

  1. Ensure that you have added an SSH key to your Github or Bitbucket user account.

  2. To start a job with SSH enabled, select the ‘Rerun job with SSH’ option from the ‘Rerun Workflow’ dropdown menu.

    Screenshot_2022-04-05_at_3.15.21_pm.png

  3. To see the connection details, expand the ‘Enable SSH’ section in the job output where you will see the SSH command needed to connect.

    The details are displayed again in the ‘Wait for SSH’ section at the end of the job.

    Screenshot_2022-04-05_at_3.20.21_pm.png

  4. SSH to the running job (using the same SSH key that you use for GitHub or Bitbucket) to perform whatever troubleshooting you need to.

Additional Resources

Was this article helpful?
4 out of 30 found this helpful

Comments

0 comments

Article is closed for comments.