Tim Jacomb
Tim Jacomb
Did you start from your system trust store, copy it to somewhere you can write it, import your cert on top of it?
that's connecting to updates.jenkins.io
can't you use the pre-packaged releases?
built on java 8, it's unlikely you're hitting an actual runtime issue, just some test issue most likely
Check this: https://ci.jenkins.io/blue/organizations/jenkins/Tools%2Fplugin-installation-manager-tool/detail/master/229/ it will log the versions used
There’s not currently, it needs to be hosted on a web server for now
This should provide what you need: https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/values.yaml#L783-L786
It's on the controller: https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/templates/jenkins-controller-statefulset.yaml#L131-L133
Can you just add extras in your own `JCasC` block? Lists should merge fine I believe. https://github.com/jenkinsci/helm-charts/tree/main/charts/jenkins#configure-security-realm-and-authorization-strategy
> Well that went well 🙄 > > I'm unfamiliar with this unit testing framework. Some guidance would be helpful particularly those hard-coded `id:` digests. Am I supposed to just...