Slide 23
Slide 23 text
23
Debugging with SSH - Results & Resources
Resources:
Angel Rivera - Debugging CI/CD Pipelines with SSH
Artem Zakharchenko - Efficient CircleCI Debugging with SSH
Quotes:
“In my mind, CircleCI has always had the edge because of a single feature: SSH support. SSH access to jobs is really
good for debugging tricky build or deploy problems...On some of the consultancy engagements I’ve worked on, this
remote SSH access feels like has saved hours or even days of trial-and-error troubleshooting. Out of the box, GitHub
Actions doesn’t offer the same ability to debug build problems.”
- Paul Elliott, Consultant at The Scale Factory - source
“Another benefit of using CircleCI is that its interactive debugging is straightforward and secure. No tokens, exposed
secrets, or complex setup steps. If you don’t have Docker installed on your local machine, it is still convenient to debug
CircleCI remotely. Unlike for Travis CI, it is completely secure. Unlike AppVeyor, it is easy to setup.”
- John Blischak, Freelance Software Developer - source