Skip to content

Bitbucket webhook no longer works on v18.6.0 #4945

@jackjacek

Description

@jackjacek
Issue Type
  • Bug Report
Summary

Bitbucket webhook no longer works on v18.6.0, downgrading to v18.5.0 solved the problem.

Posting to https://{webhookSecret}:x@gocd.example.com:8154/go/api/webhooks/bitbucket/notify returns 401 and following message: Basic authentication credentials are not required, since security has been disabled on this server.
Removing auth bit from the link resulted in 400 and following message: No token specified via basic authentication!
Then I attempted to enable user authentication and:

  • use original details which returned Invalid credentials. Either your username and password are incorrect, or there is a problem with your browser cookies. Please check with your administrator.
  • use user's details which returned Token specified via basic authentication did not match!
Basic environment details

Using docker image gocd/gocd-server:v18.6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions