DEV Community

Discussion on: What is your debugging approach?

Collapse
 
dbredvick profile image
drew.tech

I just debugged some CI/CD issues this AM. For me, devops debugging looks a little different than my normal (code) debugging process. Here's what happened:

  1. Try to configure a new service based on an internal blog post
  2. Google error message
  3. Tweak settings
  4. Re-read blog post
  5. Reach out to the author of the blog post
  6. Figure out the issue
  7. !!MOST IMPORTANT!! - update the docs so others don't run into this issue 🙂