Re: ServiceAccount token for a build Pod (Dynamic resource creation )

2018-11-30 Thread Ben Parees
On Fri, Nov 30, 2018 at 10:22 AM Dan Pungă wrote: > I thought a bit and I guess I can create a fixed name secret that holds > the access token for the SA and use it as a usual build-time/mounted > secret. Now my process works. > But to go back to my initial confusion, what is the use case of >

Re: ServiceAccount token for a build Pod (Dynamic resource creation )

2018-11-30 Thread Dan Pungă
I thought a bit and I guess I can create a fixed name secret that holds the access token for the SA and use it as a usual build-time/mounted secret. Now my process works. But to go back to my initial confusion, what is the use case of buildconfig.spec.serviceAccount? The API documentation

Re: Jenkins with OpenShift login enabled, how to enable webhooks?

2018-11-30 Thread Andrew Feller
Was doing some asking around and remembered the reason we don't use BuildConfig GitHub Trigger was because it doesn't checkout the branch specified in the webhook event, which has been in place since DEVEXP-391