Troubleshoot CI
AIDA and debug mode can help you troubleshoot errors and other issues in Harness CI.
For troubleshooting guidance and questions related to Harness CI, go to the Continuous Integration Knowledge Base.
For troubleshooting guidance for the Harness Platform, delegates, connectors, secrets, or other modules go to the Platform Knowledge Base or Troubleshooting Harness.
For additional support, you can contact Harness Support or visit the Harness Community.
Connector connection test failures
If your connector connection tests (preflight checks) fail due to network restrictions, split DNS configurations, proxy setups, or restrictive firewall policies, but you know the connector will work at runtime, you can configure Harness to skip the connection validation.
To skip connector preflight checks, you need both:
- Account-level feature flag enabled: Contact Harness Support to enable the
CI_IGNORE_TEST_CONNECTIONfeature flag for your account. - Connector YAML configuration: Add
ignoreTestConnection: trueto your connector's YAML configuration.
When both the feature flag and YAML property are enabled, connection tests will always return as "Successful" without performing actual connectivity validation.
For more information and example configurations, go to:
- Create a connector using YAML - Skip connector preflight checks
- Connect to a Git repository - Connection tests fail due to network restrictions
- CI FAQ - How can I skip connector preflight checks?
Use this feature carefully. Skipping connection tests means Harness won't validate whether the connector credentials are correct or if the remote service is accessible. Only use this when you're certain the connector will work at runtime despite failing preflight checks.