Can't you just docker exec this jenkins container and configure git to accept this self-signed certificate ? see https://git-scm.com/docs/git-repo-config/1.4.3#http.sslCAPath
2016-05-25 18:25 GMT+02:00 Zoratto Thomas <[email protected]>: > Hello, > > You can build your own Jenkins image based on the official one but with > the Java trust store configured with your certs. > > Or you could use ssh (or event git protocol?) instead of https. > > The plugin you are talking about seems broken and no longer maintained > > Thomas > > Le 25 mai 2016 à 15:37, christian polzer <[email protected]> a > écrit : > > Hello, > > I am currently trying to evaluate an update to Jenkins 2.x here at work > with the actual docker image of jenkinsci/jenkins. > > For this I need to git pull my git repo from a selfhosted Bitbucket/Stash > Server via https. > > Of course, the docker image's JVM has no clue of that cert. > > So I wanted to give the plugin "skip-certificate-check" a try, which isn't > helping in this case. > > After several hours of trying and searching my way through the interwebz, > I am turning to this group, with the hope that anyone here has solved that > problem before? > > Kind regards, > > Chris > > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/8c0b64a6-564b-4f61-aa06-e2dba5da3084%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/8c0b64a6-564b-4f61-aa06-e2dba5da3084%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/E2D5610F-CB6B-4762-BA0C-8BA9F1E5ABC7%40gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/E2D5610F-CB6B-4762-BA0C-8BA9F1E5ABC7%40gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANMVJz%3DA9PPABSyOQeJ3ekXwDL3XnFLP-zHioqWs3WxNwSOYPA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
