trusted certs for registry

2019-02-07 Thread Tim Dudgeon
I'm wanting to allow external access to the openshift registry, but am finding that the SSL certificates used are self-signed and so not trusted. And they do not include the public hostname of the registry so seem to be only suitable for access within the cluster. Is there a mechanism for

OpenShift Jenkins - Anonymous Web-hooks

2019-02-07 Thread Sean Dawson
Hi, I have Jenkins running in an OpenShift cluster and I have a multi branch job set up, with the source git repository residing in Bitbucket server. I wan't to set up a web hook from Bitbucket Server to Jenkins to trigger builds as soon as there are changes to the repo. In a vanilla Jenkins

Re: OpenShift Jenkins - Anonymous Web-hooks

2019-02-07 Thread Sean Dawson
Hi Graham, We don't use any OpenShift build configs so unfortunately that won't work for us. The builds are orchestrated completely by Jenkins so the webhook has to be posted to Jenkins itself, not OpenShift. Thanks, Sean On Fri, 8 Feb 2019 at 17:14, Graham Dumpleton wrote: > > I believe

Re: OpenShift Jenkins - Anonymous Web-hooks

2019-02-07 Thread Samuel Martín Moro
Hi, Using the generic webhook trigger plugin myself, while still relying on OpenShift authentication logging into Jenkins, I don't remember having anything like this. Although I can't explain why your plugin would refuse this, unless maybe something's wrong in Jenkins permissions matrix? As far

Re: OpenShift Jenkins - Anonymous Web-hooks

2019-02-07 Thread Graham Dumpleton
I believe you should be using the web book URL from the pipeline build config. You can get them from the web console page for the pipeline. See: * https://ruddra.com/posts/openshift-python-gunicorn-nginx-jenkins-pipelines-part-three/