Troubleshoot

1 minute read

The following sections provide troubleshooting tips for common issues encountered when using CloudBees MCP.

The Docker container will not start

This is often caused by invalid configuration.

Your best course of action is to find the logs for the failed Docker container launch. For example:

$ docker ps -a | grep cloudbees-mcp 617379696134 cloudbees/cloudbees-mcp:latest "/cloudbees-mcp stdi…" 9 minutes ago Up 9 minutes beautiful_swamp $ docker logs 617379696134 <illuminating log messages>