Posts
If you ever debug some tricky CI failure and say to your self: "If I can SSH into this server or container that running the build, I will be able to figure out immediately". Then this post is for you. Traditionally, if we own the build server we can SSH into the server and inspect its state, or SSH into a server then docker exec a container to interactively run something or set a breakpoint in the...
How to interactively SSH into a build job on any CI system
Nov 07, 2022
372 visualizzazioni