Tim Jacomb

Results 1111 comments of Tim Jacomb
trafficstars

Available updates is based off of an input plugins file and not based off of what is installed, it assumes you’re managing all plugins in that file

This is the normal work flow: https://github.com/jenkinsci/docker#updating-plugins-file-preview

If you're managing it via infra as code why is someone installing plugins via the UI?

`get error hudson.security.csrf.DefaultCrumbIssuer is missing its descriptor` is just a warning

This is your error: ``` 2022-08-03 07:17:33.176+0000 [id=29] SEVERE jenkins.InitReactorRunner$1#onTaskFailed: Failed ConfigurationAsCode.init io.jenkins.plugins.casc.ConfiguratorException: Item isn't a Mapping ``` Not sure from a quick look but the yaml won't be quite...

@MindaugasLaganeckas we use https://docs.renovatebot.com/modules/manager/jenkins/ it works perfectly (although only txt file support no yaml atm)

I would walk back a bit, Why are you doing this? You may have other issues if you continue down this route with the persistent volume as well. If you...

> So the only takeaway here would be a warning in the comments above the option stating that changing the UID might cause issues if the underlying image does not...

You can pass `initContainerEnv` https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/templates/jenkins-controller-statefulset.yaml#L118