Re: How to use extra trusted CA certs when pulling images for a builder

2019-11-12 Thread Gabe Montero
On Mon, Nov 11, 2019 at 11:27 PM Joel Pearson wrote: > I've now discovered that the cluster-samples-operator doesn't seem honour > the proxy settings, and I see lots of errors in the > cluster-samples-operator- pod logs > > time="2019-11-12T04:15:49Z" level=warning msg="Image import for > ima

Re: OpenShift Jenkins - Anonymous Web-hooks

2019-02-08 Thread Gabe Montero
You need to provide a bearer token with sufficient permissions to all the OpenShift project(s) involved. A quick example on how to get such a token is at https://github.com/openshift/jenkins-openshift-login-plugin#non-browser-access Apply what is done for the example curl invocation to the webhook

Re: Automating overriding of openshift-sync Jenkins plugin configuration

2018-08-16 Thread Gabe Montero
On Thu, Aug 16, 2018 at 2:37 PM Andrew Feller wrote: > Yeah, I think it's this one > . > Depending on the level of effort, I might be

Re: Origin 3.9.0's Jenkins - forgetful agents!

2018-07-17 Thread Gabe Montero
heck out https://docs.openshift.org/latest/using_images/other_images/jenkins.html#configuring-the-jenkins-kubernetes-plug-in > > Alan Christie > achris...@informaticsmatters.com > > > > On 17 Jul 2018, at 13:18, Gabe Montero wrote: > > Hi Alan, > > Are you leveragi

Re: Origin 3.9.0's Jenkins - forgetful agents!

2018-07-17 Thread Gabe Montero
Hi Alan, Are you leveraging our feature to inject agents by labelling ImageStreams with the label "role" set to a value of "jenkins-slave", or annotating an ImageStreamTag with the same k/v pair? If so, that is going to update the agent definition every those items are are updated in OpenShift.

Re: Creating choice-based parameters for Jenkins Pipeline strategy

2018-07-10 Thread Gabe Montero
Hey Andy, First, https://github.com/openshift/jenkins-sync-plugin/issues/131 was about secret/credential mapping and not directly related to parameters. That said, our sync plugin does allow for setting env vars on an OpenShift Pipeline Strategy Build Config, and we'll map those Jenkins job param

Re: Utilizing Jenkins linter with Jenkins hosted within OpenShift

2018-07-05 Thread Gabe Montero
We support passing in a valid OpenShift token as a bearer token with curl requests against a deployment of the OpenShift Jenkins image. You should be able to leverage the curl based accessed noted at the link you posted. See https://github.com/openshift/jenkins-openshift-login-plugin#non-browser-

Re: deployed Jenkins in the OPENSHIFT GUI how do I connect to it ?

2018-05-09 Thread Gabe Montero
this and stumbling over myself for > sure !!!! > > On Wed, May 9, 2018 at 2:46 PM, Gabe Montero wrote: > >> >> >> On Wed, May 9, 2018 at 2:22 PM, Brian Keyes wrote: >> >>> I have deployed Jenkins ephemeral on the openshift GUI , but how can I >>

Re: deployed Jenkins in the OPENSHIFT GUI how do I connect to it ?

2018-05-09 Thread Gabe Montero
On Wed, May 9, 2018 at 2:46 PM, Gabe Montero wrote: > > > On Wed, May 9, 2018 at 2:22 PM, Brian Keyes wrote: > >> I have deployed Jenkins ephemeral on the openshift GUI , but how can I >> connect to the Jenkins UI I dont see a URL anywhere >> > > Bring

Re: deployed Jenkins in the OPENSHIFT GUI how do I connect to it ?

2018-05-09 Thread Gabe Montero
On Wed, May 9, 2018 at 2:22 PM, Brian Keyes wrote: > I have deployed Jenkins ephemeral on the openshift GUI , but how can I > connect to the Jenkins UI I dont see a URL anywhere > Bring up the routes from the console. You should see a Jenkins route. Click that URL, follow the various prompts, a

Re: OpenShift Jenkins OAuth2 Authentication using Spring Boot

2018-02-12 Thread Gabe Montero
On Sun, Feb 11, 2018 at 5:43 PM, Tien Hung Nguyen wrote: > Thank you for the information. > > I have disabled now the OAuth2 feature of OpenShift and tried to > authenticate by the default username and password of jenkins to test the > connection between the Jenkins Server and another Java REST S

Re: OpenShift Jenkins OAuth2 Authentication using Spring Boot

2018-02-09 Thread Gabe Montero
On Fri, Feb 9, 2018 at 1:45 PM, Tien Hung Nguyen wrote: > Hello everyone, > > I'm having a Spring Boot Rest Microservice and I'm trying to pull some > information with a Rest call from my Jenkins Server, which is running in an > OpenShift pod (based on the default openshift/jenkins image), to dis

Re: OpenShift Gitlab webhook Jenkins issues.

2017-08-24 Thread Gabe Montero
Also be aware, loglevel 10 might dump sensitive info in the master log (secrets, etc.). Be sure to obfuscate any information along the lines as needed when you pass it along to us. On Thu, Aug 24, 2017 at 10:57 AM, Gabe Montero wrote: > Hey Thorvald, > > Running your openshift

Re: OpenShift Gitlab webhook Jenkins issues.

2017-08-24 Thread Gabe Montero
d be great. > > Thanks! > TH > > On 23 August 2017 at 16:33, Gabe Montero wrote: > >> >> >> On Wed, Aug 23, 2017 at 8:52 AM, Thorvald Hallvardsson < >> thorvald.hallvards...@gmail.com> wrote: >> >>> Hi Ben, >>> >>>

Re: OpenShift Gitlab webhook Jenkins issues.

2017-08-23 Thread Gabe Montero
tp://gitlab.os.hr4.local/jenkins/nodejs-ex-1.git > ", > "ref": "manual" > } > }, > "revision": { > "type": "Git", > "git": { > &qu

Re: OpenShift Gitlab webhook Jenkins issues.

2017-08-22 Thread Gabe Montero
On Mon, Aug 21, 2017 at 8:08 AM, Thorvald Hallvardsson < thorvald.hallvards...@gmail.com> wrote: > Hi Ben, > > yes you got right understanding of my problem. > > There is no build associated yet, as it doesn't even get to the stage when > it would fireup any build for the pipeline. It's literally

Re: Jenkins integration

2017-08-09 Thread Gabe Montero
gt; "JENKINS_JNLP_PORT_5_TCP_PORT=5", > "JENKINS_SERVICE_HOST=172.30.125.4", > "JENKINS_PORT_80_TCP_PORT=80", > "KUBERNETES_PORT_443_TCP_PORT=443", > &q

Re: Jenkins integration

2017-08-08 Thread Gabe Montero
On Tue, Aug 8, 2017 at 11:43 AM, Thorvald Hallvardsson < thorvald.hallvards...@gmail.com> wrote: > Hi, > > I found the problem with Siamak git repo. Plugins.txt refers to blueocean > 1.0.0 which doesn't exist anymore. I forked his repo and changed that to > 1.0.1 and it builds fine now however I h

Re: modify the redhat docker images

2016-03-02 Thread Gabe Montero
RE: the Dockerfiles, take a look at https://github.com/openshift/sti-base. On Wed, Mar 2, 2016 at 12:31 PM, Candide Kemmler wrote: > awesome! > > Is there a central place where Dockerfile for those images can be found, > or alternatively are these images available to serve as a base image to > s

Re: Use of new Openshift plugins in Jenkins

2016-02-11 Thread Gabe Montero
Michal is correct regarding the default secret used, and afaik expiration of the token associated with that secret. Creation of the project, updating of the project''s policy to allow edit capabilities as documented on the jenkins example page ( https://github.com/openshift/origin/tree/master/exam