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] > <javascript:>> 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] <javascript:>. >> 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/66d0a32c-340b-40d1-a8c0-8aee55d79ca0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
