I'm having problems getting the commit status publisher to work.
Details:
VCS Settings:
Commit Status Publisher Settings:
But whenever something should publish a commit message, I get this pop up in the TeamCity build configuration list:
Publish status error in build #730 {build id=68270, buildTypeId=Project_BuildConfigurationName}: Cannot publish status to Bitbucket Cloud for VCS root Rootname: response code: 404, reason: NOT FOUND, message: 'Resource not found'
One odd setup thing is that I'm using the ssh://git@altssh.bitbucket.org:443 address to get around some outbound firewall restrictions, though I doubt that would be causing the problem.
Do I need to have the VCS configured with a service account user instead of an SSH Deployment Key? I would rather not do that, if possible.
Commit status publisher parses the url you use incorrectly. As a workaround switch to the standard ssh url git@bitbucket.org:owner/repo.git.