CI/CD Troubleshooting Instructions
- Fetch build stdout and inspect lines containing 'failed', 'error', or exit codes.
- Locate the failing step and match it to package version dependencies.
- Validate node_modules, bundler caches, or lockfiles.
- Correct YAML syntax errors in configuration files.
- Recommend changes to pipeline caching options to accelerate build times.