Hello,
We recently updated our BitBucket server instance to version 7.16. Everything is fine, except the Builds tab does not show any build status.
We use TeamCity with Commit Publisher plugin to send commit status to BitBucket.
teamcity-commit-status.log file shows POST 200 OK requests to our BitBucket instance.
Making the request manually via Postman results in a 200 OK.
Nothing appears in the builds tab.
Hello again, everyone
After a bit more googling I found this post with this specific comment:
https://youtrack.jetbrains.com/issue/TW-69519#focus=Comments-27-5133923.0-0
tl;dr
1. Adding a TeamCity internal property
teamcity.internal.commitStatusPublisher.enforceDeprecatedAPI=true
helps. This changes the POST body, tho.
2. Removing the "ref" attribute from POST body also works.
I'll be making a post in the JetBrains forums.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.