Re: Jenkins global configuration after container starts

2017-09-22 Thread Carlos Sanchez
You don't need to use helm, I meant that you can look at how helm does it On Wed, Sep 13, 2017 at 12:27 PM, robert tingirica < tingirica.rob...@gmail.com> wrote: > Thank you for your answer Carlos, > > I will definitely consider using helm more in the future. > > If you are referring to https://g

Re: Jenkins global configuration after container starts

2017-09-13 Thread robert tingirica
Thank you for your answer Carlos, I will definitely consider using helm more in the future. If you are referring to https://github.com/kubernetes/charts/tree/master/stable/jenkins , the last step is exactly a manul step that I want to avoid: "Under configure Jenkins -- Update the credentials

Re: Jenkins global configuration after container starts

2017-09-13 Thread Carlos Sanchez
check the jenkins helm chart, it is doing that already On Wed, Sep 13, 2017 at 11:01 AM, robert tingirica < tingirica.rob...@gmail.com> wrote: > Hello, > > We are using Jenkins in our environment with the kubernetes plugin. We are > currently configuring credentials and creating jobs using the AP

Jenkins global configuration after container starts

2017-09-13 Thread robert tingirica
Hello, We are using Jenkins in our environment with the kubernetes plugin. We are currently configuring credentials and creating jobs using the API, but I see no way to do this initially with global configuration. Examples of configs we need to change: - Use master node only when specified by n