All you need to do is, stop the Jenkins process, and get the certificates from your bitbucket server and add them to the java process of Jenkins and start that.
This will make sure to get the repos listed and you'll not hit any certificates error. https://support.cloudbees.com/hc/en-us/articles/203821254-How-to-install-a-new-SSL-certificate- The above link will help you on Jenkins side. Regards, Saravanan On Monday, June 4, 2018 at 11:45:59 PM UTC+5:30, [email protected] wrote: > > > Hi Torsten, > > I think I am experiencing the same issue, but I don't understand your > solution. Can you be more specific with which plugin configuration / > advanced setting? Maybe show a screen shot? > > Thanks, > > Charles > > > On Friday, May 4, 2018 at 3:23:13 AM UTC-7, Torsten Reinhard wrote: >> >> Hi, >> >> no Bitbucket is working fine, it´s responding when manually calling the >> URL. >> After searching a while, I found >> https://issues.jenkins-ci.org/browse/JENKINS-40515 and the related >> https://issues.jenkins-ci.org/browse/JENKINS-39267 >> >> I was missing the right exclusion Pattern for my BitBucket server at the >> Plugin configuration / Advanced settings.After adding *.mycompany.com >> all worked like expected. >> >> Regards, Torsten >> >> Am Donnerstag, 3. Mai 2018 10:04:32 UTC+2 schrieb Antonio Muñiz: >>> >>> > HTTP request error. Status: 503: Service Unavailable. >>> >>> Your Bitbucket Server is returning HTTP 503. Something is wrong there. >>> >>> On 2 May 2018 at 22:40, Victor Martinez <[email protected]> wrote: >>> >>>> Although my answer is quite generic it might be helpful: >>>> >>>> You might be able to debug those issues if you add some loggers in the >>>> jenkins instance: >>>> - see https://wiki.jenkins.io/display/JENKINS/Logging and >>>> https://wiki.jenkins.io/display/JENKINS/Logger+Configuration >>>> >>>> and you can add this logger: >>>> - >>>> https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/master/src/main/java/com/cloudbees/jenkins/plugins/bitbucket/server/client/BitbucketServerAPIClient.java#L113 >>>> >>>> To debug: >>>> - >>>> https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/master/src/main/java/com/cloudbees/jenkins/plugins/bitbucket/server/client/BitbucketServerAPIClient.java#L624-L625 >>>> >>>> >>>> Cheers >>>> >>>> >>>> -- >>>> 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/8d2257ca-783d-44f0-8387-3656cafc3fa5%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/jenkinsci-users/8d2257ca-783d-44f0-8387-3656cafc3fa5%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Antonio Muñiz >>> Software Engineer >>> CloudBees, Inc. >>> >> -- 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/1ffd3500-eaaf-4ead-97c9-b710b209ea3do%40googlegroups.com.
