by elischleifer on 6/8/23, 3:46 PM with 4 comments
by kathlam on 6/8/23, 5:29 PM
Or https://github.com/marketplace/actions/debugging-with-ssh
by elischleifer on 6/8/23, 3:46 PM
To change this, we built Trunk's CI Debugger. We initially built this for Trunk because we found that CI jobs were not stable and took multiple hours to track down the root cause of failure. The debugger gave our team a way to add conditional breakpoints, receive alerts on and debug our CI like you do your code.
You can see how this works for GitHub Action in our repo: https://github.com/trunk-io/breakpoint, but it works with any CI system you use - Jenkins, GitHub Actions, Buildkite, Circle CI.
To get started, check out our CI Debugger in the link above. We learned a ton building this tool, and I would love to hear your feedback and answer any questions you might have. Here's to making the debugging process in CI systems as seamless as it should be.
by dukedylan on 6/8/23, 6:34 PM
by jangofett27 on 6/8/23, 5:58 PM