diff --git a/src/openshift/isOpenShift.js b/src/openshift/isOpenShift.js index 4384e4e..2cf6216 100644 --- a/src/openshift/isOpenShift.js +++ b/src/openshift/isOpenShift.js @@ -4,6 +4,9 @@ const openShiftAuth = require('./openShiftAuth') async function isOpenShift() { const settings = {} + console.debug( + `Checking for OpenShift cluster at ${this.credentials.kubernetes.endpoint}:${this.credentials.kubernetes.port}` + ) settings.config = openShiftAuth(this.credentials) const client = await openShiftRestClient(settings) // List all builds which should be successful