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. For more options, visit https://groups.google.com/d/optout.
