James Strachan

Results 210 comments of James Strachan

@vpiduri sounds like a DNS issue if containers inside openshift cannot access external DNS names from the Routes. You might wanna raise an openshift issue to help them figure out...

@vpiduri no user/pwd is required to clone the git repo at https://github.com/fabric8io/jenkins-pipeline-library.git - I wonder if the HTTP proxy is causing the issue? Could you show the rest of that...

BTW this error looks pretty serious: ``` Caused by: java.net.UnknownHostException: kubernetes.default ``` that sounds like DNS can't find the kubernetes service in the default namespace; which should always work really....

wonder if we should look at using gofabric8 secrets as an init container for gerrit?

how about we leave this issue open until we've verified a .NET or Python build works with the current pipeline on OSO?

we should be able to either configure the console to enable it; or have multiple apps folks can run for the console based on if using kubernetes with no auth,...

if the API server has basic auth we could force the console to be accessed through that yeah. I'd prefer to wire in an OAuth endpoint though really so we...

one alternative to the ConfigMap would be to use the organisation + repo name + branch name to decide if its a CD build versus developer build; so that git...