Tim Jacomb

Results 1111 comments of Tim Jacomb
trafficstars

Yes you do, or add your custom truststore to your image

I would rather document the proper solution, so once you get it working would be good if you can report back

have you verified that's the trust store actually in use? you can also for using your own truststore as well.

It looks like it _should_ work if you override the configuration and point it at your update-center.json is it not `release-history.json` btw? just looking at the docs?

💩 any thoughts @oleg-nenashev / @daniel-beck, is it better to add to juseppe these files or should we handle that these files may not be there?

I think we need to add this to Juseppe really

Please do raise the issue, you should be able to use the (deprecated) install-plugins.sh script for now.

> When i was using the bash script (/usr/local/bin/install_plugins.sh ) everything was working fine because it understand `CURL_OPTS='-k'`, however after using this tool, i cannot see a way to skip...

https://stackoverflow.com/a/44605372/4951015 or pass JAVA_OPTS to the plugin cli which contain a custom truststore... https://github.com/jenkinsci/docker/blob/master/jenkins-plugin-cli.sh#L3

Ok the recommendation is to use a custom image: https://github.com/jenkinsci/helm-charts/tree/main/charts/jenkins#consider-using-a-custom-image that way you don't need the Jenkins project image to be up in order for your Jenkins to start, (assuming...